#include <MeshVS_DataMapOfIntegerBoolean.hxx>

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