Methods
| The destructor. | |
| Adds a key and associated value to the map array. | |
| The constructor. | |
| Finds a specific key. | |
| Finds a specific value. | |
| Retrieves the specified key. | |
| Returns the number of entries in the mapping array. | |
| Retrieves the specified value. | |
| Returns the value associated with the given key. | |
| Removes a key and matching value. | |
| Removes all keys and values. | |
| Removes a specific key and matching value. | |
| Returns the key associated with the given value. | |
| Sets the value associated with the given key. | |
| Sets the specific key and value. | 
Typedefs
| Typedef for the key type. | |
| Typedef for the value type. |