|
Open CASCADE Technology 6.5.2
|
#include <TopLoc_MapOfLocation.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TopLoc_MapOfLocation (const Standard_Integer NbBuckets=1) | |
| TopLoc_MapOfLocation & | Assign (const TopLoc_MapOfLocation &Other) |
| TopLoc_MapOfLocation & | operator= (const TopLoc_MapOfLocation &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~TopLoc_MapOfLocation () | |
| Standard_Boolean | Add (const TopLoc_Location &aKey) |
| Standard_Boolean | Contains (const TopLoc_Location &aKey) const |
| Standard_Boolean | Remove (const TopLoc_Location &aKey) |
| TopLoc_MapOfLocation::TopLoc_MapOfLocation | ( | const Standard_Integer | NbBuckets = 1 | ) |
| TopLoc_MapOfLocation::~TopLoc_MapOfLocation | ( | ) | [inline] |
| Standard_Boolean TopLoc_MapOfLocation::Add | ( | const TopLoc_Location & | aKey | ) |
| TopLoc_MapOfLocation& TopLoc_MapOfLocation::Assign | ( | const TopLoc_MapOfLocation & | Other | ) |
| void TopLoc_MapOfLocation::Clear | ( | ) |
| Standard_Boolean TopLoc_MapOfLocation::Contains | ( | const TopLoc_Location & | aKey | ) | const |
| void TopLoc_MapOfLocation::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TopLoc_MapOfLocation::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TopLoc_MapOfLocation::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| TopLoc_MapOfLocation& TopLoc_MapOfLocation::operator= | ( | const TopLoc_MapOfLocation & | Other | ) | [inline] |
| Standard_Boolean TopLoc_MapOfLocation::Remove | ( | const TopLoc_Location & | aKey | ) |
| void TopLoc_MapOfLocation::ReSize | ( | const Standard_Integer | NbBuckets | ) |
1.7.4