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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TColStd_MapOfAsciiString (const Standard_Integer NbBuckets=1) | |
| TColStd_MapOfAsciiString & | Assign (const TColStd_MapOfAsciiString &Other) |
| TColStd_MapOfAsciiString & | operator= (const TColStd_MapOfAsciiString &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~TColStd_MapOfAsciiString () | |
| Standard_Boolean | Add (const TCollection_AsciiString &aKey) |
| Standard_Boolean | Contains (const TCollection_AsciiString &aKey) const |
| Standard_Boolean | Remove (const TCollection_AsciiString &aKey) |
| TColStd_MapOfAsciiString::TColStd_MapOfAsciiString | ( | const Standard_Integer | NbBuckets = 1 | ) |
| TColStd_MapOfAsciiString::~TColStd_MapOfAsciiString | ( | ) | [inline] |
| Standard_Boolean TColStd_MapOfAsciiString::Add | ( | const TCollection_AsciiString & | aKey | ) |
| TColStd_MapOfAsciiString& TColStd_MapOfAsciiString::Assign | ( | const TColStd_MapOfAsciiString & | Other | ) |
| void TColStd_MapOfAsciiString::Clear | ( | ) |
| Standard_Boolean TColStd_MapOfAsciiString::Contains | ( | const TCollection_AsciiString & | aKey | ) | const |
| void TColStd_MapOfAsciiString::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TColStd_MapOfAsciiString::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TColStd_MapOfAsciiString::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| TColStd_MapOfAsciiString& TColStd_MapOfAsciiString::operator= | ( | const TColStd_MapOfAsciiString & | Other | ) | [inline] |
| Standard_Boolean TColStd_MapOfAsciiString::Remove | ( | const TCollection_AsciiString & | aKey | ) |
| void TColStd_MapOfAsciiString::ReSize | ( | const Standard_Integer | NbBuckets | ) |
1.7.4