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.
Methods
Call this method to cause an ASSERT if the CAtlMap is not valid. |
|
The constructor. |
|
The destructor. |
|
Call this method to disable automatic rehashing of the CAtlMap object. |
|
Call this method to enable automatic rehashing of the CAtlMap object. |
|
Call this method to return the element at a specified position in the map. |
|
Call this method to retrieve the number of elements in the map. |
|
Call this method to determine the number of bins in the map's hash table. |
|
Call this method to retrieve the key stored at the given position in the CAtlMap object. |
|
Call this method to obtain a pointer to the next element pair stored in the CAtlMap object. |
|
Gets the next element for iterating. |
|
Call this method to retrieve the next key from the CAtlMap object. |
|
Call this method to get the next value from the CAtlMap object. |
|
Call this method to start a map iteration. |
|
Call this method to retrieve the value stored at a given position in the CAtlMap object. |
|
Call this method to initialize the hash table. |
|
Call this method to test for an empty map object. |
|
Call this method to look up keys or values in the CAtlMap object. |
|
Call this method to rehash the CAtlMap object. |
|
Call this method to remove all elements from the CAtlMap object. |
|
Call this method to remove the element at the given position in the CAtlMap object. |
|
Call this method to remove an element from the CAtlMap object, given the key. |
|
Call this method to insert an element pair into the map. |
|
Call this method to set the optimal load of the CAtlMap object. |
|
Call this method to change the value stored at a given position in the CAtlMap object. |
Operators
Replaces or adds a new element to the CAtlMap. |
Data Members
The data member storing the key element. |
|
The data member storing the value element. |
Typedefs
Type used when a key is passed as an input argument |
|
Type used when a key is returned as an output argument. |
|
Type used when a value is passed as an input argument. |
|
Type used when a value is passed as an output argument. |
Classes
A class containing the key and value elements. |