Definition in file Collections.h.
#include "mstring.h"
#include "mpair.h"
#include "mset.h"
#include "m_map.h"
#include "mdeque.h"
#include "mhash_set.h"
#include "mhash_map.h"
#include "hash_string.h"


Go to the source code of this file.
Typedefs | |
|
typedef mace::map < mace::string, mace::string > | StringMap |
| Sorted map from string to string. | |
|
typedef mace::hash_map < mace::string, mace::string > | StringHMap |
| Hash map from string to string. | |
|
typedef mace::hash_map < mace::string, int, mace::SerializeMap < mace::string, int > , hash_string > | StringIntHMap |
| Hash map from string to int. | |
|
typedef mace::hash_map< int, mace::string > | IntStringHMap |
| Hash map from int to string. | |
| typedef mace::set< mace::string > | StringSet |
| Set of strings. | |
| typedef mace::deque< mace::string > | StringList |
| Deque of strings. | |
|
typedef mace::pair < mace::string, mace::string > | StringPair |
| Pair of strings. | |
1.5.5