#include <maps.h>
Inheritance diagram for ReadMap:
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. | |
ReadMap () | |
Default constructor. |