#include <TDF_LabelIntegerMap.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | TDF_LabelIntegerMap (const Standard_Integer NbBuckets=1) |
Standard_EXPORT TDF_LabelIntegerMap & | Assign (const TDF_LabelIntegerMap &Other) |
TDF_LabelIntegerMap & | operator= (const TDF_LabelIntegerMap &Other) |
Standard_EXPORT void | ReSize (const Standard_Integer NbBuckets) |
Standard_EXPORT void | Clear () |
~TDF_LabelIntegerMap () | |
Standard_EXPORT Standard_Boolean | Bind (const TDF_Label &K, const Standard_Integer &I) |
Standard_EXPORT Standard_Boolean | IsBound (const TDF_Label &K) const |
Standard_EXPORT Standard_Boolean | UnBind (const TDF_Label &K) |
Standard_EXPORT const Standard_Integer & | Find (const TDF_Label &K) const |
const Standard_Integer & | operator() (const TDF_Label &K) const |
Standard_EXPORT Standard_Integer & | ChangeFind (const TDF_Label &K) |
Standard_Integer & | operator() (const TDF_Label &K) |
Private Member Functions | |
Standard_EXPORT | TDF_LabelIntegerMap (const TDF_LabelIntegerMap &Other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|