Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Base Class Members
Construction
Constructs a collection that maps CString objects to CString objects. |
Operations
Gets the next element for iterating. |
|
Gets a pointer to the next CString for iterating. |
|
Determines the number of elements in the hash table for the map. |
|
Returns the position of the first element. |
|
Calculates the hash value of a specified key. |
|
Initializes the hash table. |
|
Gets a pointer to the first CString in the map. |
|
Returns a CString using a CString value as a key. |
|
Returns the associated key of the specified key. |
|
Returns a pointer to a CString whose value matches the specified value. |
|
Inserts an element into the map — operator substitution for SetAt. |
|
Removes all the elements from this map. |
|
Removes an element specified by a key. |
|
Inserts an element into the map; replaces an existing element if a matching key is found. |
Status
Returns the number of elements in this map. |
|
Returns the number of elements in this map. |
|
Tests for the empty-map condition (no elements). |
Data Members
A nested structure containing a key value and the value of the associated string object. |