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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Draw_MapOfAsciiString (const Standard_Integer NbBuckets=1) | |
| Draw_MapOfAsciiString & | Assign (const Draw_MapOfAsciiString &Other) |
| Draw_MapOfAsciiString & | operator= (const Draw_MapOfAsciiString &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~Draw_MapOfAsciiString () | |
| Standard_Integer | Add (const TCollection_AsciiString &K) |
| void | Substitute (const Standard_Integer I, const TCollection_AsciiString &K) |
| void | RemoveLast () |
| Standard_Boolean | Contains (const TCollection_AsciiString &K) const |
| const TCollection_AsciiString & | FindKey (const Standard_Integer I) const |
| const TCollection_AsciiString & | operator() (const Standard_Integer I) const |
| Standard_Integer | FindIndex (const TCollection_AsciiString &K) const |
| Draw_MapOfAsciiString::Draw_MapOfAsciiString | ( | const Standard_Integer | NbBuckets = 1 | ) |
| Draw_MapOfAsciiString::~Draw_MapOfAsciiString | ( | ) | [inline] |
| Standard_Integer Draw_MapOfAsciiString::Add | ( | const TCollection_AsciiString & | K | ) |
| Draw_MapOfAsciiString& Draw_MapOfAsciiString::Assign | ( | const Draw_MapOfAsciiString & | Other | ) |
| void Draw_MapOfAsciiString::Clear | ( | ) |
| Standard_Boolean Draw_MapOfAsciiString::Contains | ( | const TCollection_AsciiString & | K | ) | const |
| Standard_Integer Draw_MapOfAsciiString::FindIndex | ( | const TCollection_AsciiString & | K | ) | const |
| const TCollection_AsciiString& Draw_MapOfAsciiString::FindKey | ( | const Standard_Integer | I | ) | const |
| void Draw_MapOfAsciiString::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* Draw_MapOfAsciiString::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* Draw_MapOfAsciiString::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| const TCollection_AsciiString& Draw_MapOfAsciiString::operator() | ( | const Standard_Integer | I | ) | const [inline] |
| Draw_MapOfAsciiString& Draw_MapOfAsciiString::operator= | ( | const Draw_MapOfAsciiString & | Other | ) | [inline] |
| void Draw_MapOfAsciiString::RemoveLast | ( | ) |
| void Draw_MapOfAsciiString::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| void Draw_MapOfAsciiString::Substitute | ( | const Standard_Integer | I, |
| const TCollection_AsciiString & | K | ||
| ) |
1.7.4