// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _TopLoc_MapOfLocation_HeaderFile #define _TopLoc_MapOfLocation_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TCollection_BasicMap_HeaderFile #include #endif #ifndef _Handle_TopLoc_StdMapNodeOfMapOfLocation_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class Standard_DomainError; class TopLoc_Location; class TopLoc_MapLocationHasher; class TopLoc_StdMapNodeOfMapOfLocation; class TopLoc_MapIteratorOfMapOfLocation; class TopLoc_MapOfLocation : public TCollection_BasicMap { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } Standard_EXPORT TopLoc_MapOfLocation(const Standard_Integer NbBuckets = 1); Standard_EXPORT TopLoc_MapOfLocation& Assign(const TopLoc_MapOfLocation& Other) ; TopLoc_MapOfLocation& operator =(const TopLoc_MapOfLocation& Other) { return Assign(Other); } Standard_EXPORT void ReSize(const Standard_Integer NbBuckets) ; Standard_EXPORT void Clear() ; ~TopLoc_MapOfLocation() { Clear(); } Standard_EXPORT Standard_Boolean Add(const TopLoc_Location& aKey) ; Standard_EXPORT Standard_Boolean Contains(const TopLoc_Location& aKey) const; Standard_EXPORT Standard_Boolean Remove(const TopLoc_Location& aKey) ; protected: private: Standard_EXPORT TopLoc_MapOfLocation(const TopLoc_MapOfLocation& Other); }; // other Inline functions and methods (like "C++: function call" methods) #endif