#include <TColStd_DataMapOfAsciiStringInteger.hxx>

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