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

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