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

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