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

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