Open CASCADE Technology 6.6.0
|
#include <TColStd_MapOfAsciiString.hxx>
Public Member Functions | |
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 |
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 | ) |