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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TopLoc_IndexedMapOfLocation (const Standard_Integer NbBuckets=1) | |
| TopLoc_IndexedMapOfLocation & | Assign (const TopLoc_IndexedMapOfLocation &Other) |
| TopLoc_IndexedMapOfLocation & | operator= (const TopLoc_IndexedMapOfLocation &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~TopLoc_IndexedMapOfLocation () | |
| Standard_Integer | Add (const TopLoc_Location &K) |
| void | Substitute (const Standard_Integer I, const TopLoc_Location &K) |
| void | RemoveLast () |
| Standard_Boolean | Contains (const TopLoc_Location &K) const |
| const TopLoc_Location & | FindKey (const Standard_Integer I) const |
| const TopLoc_Location & | operator() (const Standard_Integer I) const |
| Standard_Integer | FindIndex (const TopLoc_Location &K) const |
| TopLoc_IndexedMapOfLocation::TopLoc_IndexedMapOfLocation | ( | const Standard_Integer | NbBuckets = 1 | ) |
| TopLoc_IndexedMapOfLocation::~TopLoc_IndexedMapOfLocation | ( | ) | [inline] |
| Standard_Integer TopLoc_IndexedMapOfLocation::Add | ( | const TopLoc_Location & | K | ) |
| TopLoc_IndexedMapOfLocation& TopLoc_IndexedMapOfLocation::Assign | ( | const TopLoc_IndexedMapOfLocation & | Other | ) |
| void TopLoc_IndexedMapOfLocation::Clear | ( | ) |
| Standard_Boolean TopLoc_IndexedMapOfLocation::Contains | ( | const TopLoc_Location & | K | ) | const |
| Standard_Integer TopLoc_IndexedMapOfLocation::FindIndex | ( | const TopLoc_Location & | K | ) | const |
| const TopLoc_Location& TopLoc_IndexedMapOfLocation::FindKey | ( | const Standard_Integer | I | ) | const |
| void TopLoc_IndexedMapOfLocation::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TopLoc_IndexedMapOfLocation::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TopLoc_IndexedMapOfLocation::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| const TopLoc_Location& TopLoc_IndexedMapOfLocation::operator() | ( | const Standard_Integer | I | ) | const [inline] |
| TopLoc_IndexedMapOfLocation& TopLoc_IndexedMapOfLocation::operator= | ( | const TopLoc_IndexedMapOfLocation & | Other | ) | [inline] |
| void TopLoc_IndexedMapOfLocation::RemoveLast | ( | ) |
| void TopLoc_IndexedMapOfLocation::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| void TopLoc_IndexedMapOfLocation::Substitute | ( | const Standard_Integer | I, |
| const TopLoc_Location & | K | ||
| ) |
1.7.4