#include <TopTools_DataMapOfIntegerListOfShape.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TopTools_DataMapOfIntegerListOfShape (const Standard_Integer NbBuckets=1) | |
| TopTools_DataMapOfIntegerListOfShape & | Assign (const TopTools_DataMapOfIntegerListOfShape &Other) |
| TopTools_DataMapOfIntegerListOfShape & | operator= (const TopTools_DataMapOfIntegerListOfShape &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~TopTools_DataMapOfIntegerListOfShape () | |
| Standard_Boolean | Bind (const Standard_Integer &K, const TopTools_ListOfShape &I) |
| Standard_Boolean | IsBound (const Standard_Integer &K) const |
| Standard_Boolean | UnBind (const Standard_Integer &K) |
| const TopTools_ListOfShape & | Find (const Standard_Integer &K) const |
| const TopTools_ListOfShape & | operator() (const Standard_Integer &K) const |
| TopTools_ListOfShape & | ChangeFind (const Standard_Integer &K) |
| TopTools_ListOfShape & | operator() (const Standard_Integer &K) |
| TopTools_DataMapOfIntegerListOfShape::TopTools_DataMapOfIntegerListOfShape | ( | const Standard_Integer | NbBuckets = 1 |
) |
| TopTools_DataMapOfIntegerListOfShape::~TopTools_DataMapOfIntegerListOfShape | ( | ) | [inline] |
| TopTools_DataMapOfIntegerListOfShape& TopTools_DataMapOfIntegerListOfShape::Assign | ( | const TopTools_DataMapOfIntegerListOfShape & | Other | ) |
| Standard_Boolean TopTools_DataMapOfIntegerListOfShape::Bind | ( | const Standard_Integer & | K, | |
| const TopTools_ListOfShape & | I | |||
| ) |
| TopTools_ListOfShape& TopTools_DataMapOfIntegerListOfShape::ChangeFind | ( | const Standard_Integer & | K | ) |
| void TopTools_DataMapOfIntegerListOfShape::Clear | ( | ) |
| const TopTools_ListOfShape& TopTools_DataMapOfIntegerListOfShape::Find | ( | const Standard_Integer & | K | ) | const |
| Standard_Boolean TopTools_DataMapOfIntegerListOfShape::IsBound | ( | const Standard_Integer & | K | ) | const |
| void TopTools_DataMapOfIntegerListOfShape::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TopTools_DataMapOfIntegerListOfShape::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TopTools_DataMapOfIntegerListOfShape::operator new | ( | size_t | , | |
| void * | anAddress | |||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| TopTools_ListOfShape& TopTools_DataMapOfIntegerListOfShape::operator() | ( | const Standard_Integer & | K | ) | [inline] |
| const TopTools_ListOfShape& TopTools_DataMapOfIntegerListOfShape::operator() | ( | const Standard_Integer & | K | ) | const [inline] |
| TopTools_DataMapOfIntegerListOfShape& TopTools_DataMapOfIntegerListOfShape::operator= | ( | const TopTools_DataMapOfIntegerListOfShape & | Other | ) | [inline] |
| void TopTools_DataMapOfIntegerListOfShape::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| Standard_Boolean TopTools_DataMapOfIntegerListOfShape::UnBind | ( | const Standard_Integer & | K | ) |
1.6.3