#include "vector.h"#include <string>#include "genlib.h"#include <cstdlib>Classes | |
| class | Map< ValueType > |
| class | Map< ValueType >::Iterator |
| struct | Map< ValueType >::cell |
Functions | |
| template<typename ValueType> | |
| static void | AddToMap (string key, ValueType val, Map< ValueType > &map) |
| template<typename ValueType> | |
| static void | AddToVector (string key, ValueType val, Vector< string > &vec) |
| static void AddToMap | ( | string | key, | |
| ValueType | val, | |||
| Map< ValueType > & | map | |||
| ) | [static] |
| static void AddToVector | ( | string | key, | |
| ValueType | val, | |||
| Vector< string > & | vec | |||
| ) | [static] |
1.5.1