#include <maps.h>
Inheritance diagram for ReadWriteMap:
Public Types | |
typedef K | KeyType |
Map's key type. | |
typedef T | ValueType |
Map's value type. (The type of objects associated with the keys). | |
Public Member Functions | |
ValueType | operator[] (const KeyType &k) const |
Returns the value associated with a key. | |
void | set (const KeyType &k, const ValueType &t) |
Sets the value associated with a key. | |
ReadWriteMap () | |
Default constructor. |