Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Base Class Members
Construction
Constructs a collection that maps keys to values. |
Operations
Returns the size (number of elements) of the hash table. |
|
Gets the next element for iterating. |
|
Gets a pointer to the next element for iterating. |
|
Returns the position of the first element. |
|
Returns a pointer to the first element. |
|
Initializes the hash table and specifies its size. |
|
Looks up the value mapped to a given key. |
|
Returns a pointer to a key 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 object. |