/home/elb/work/cs590n/mace/mace/lib/Collections.h File Reference


Detailed Description

defines a variety of common instantiated template types.

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"

Include dependency graph for Collections.h:

This graph shows which files directly or indirectly include this file:

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::stringStringSet
 Set of strings.
typedef mace::deque< mace::stringStringList
 Deque of strings.
typedef mace::pair
< mace::string, mace::string
StringPair
 Pair of strings.


Generated on Sat Oct 4 21:29:54 2008 for Mace Library by  doxygen 1.5.5