libmoost
/home/mhx/git/github/libmoost/include/moost/container/multi_map.hpp File Reference
#include <string>
#include <vector>
#include <algorithm>
#include <map>
#include "../which.hpp"
#include "policies/dense_hash_map.hpp"
#include "dense_hash_map.hpp"
Include dependency graph for multi_map.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  moost::container::multi_map< TKey, TVal, TLocMap >
 multi_map is a container that associates keys to list of values. More...
class  moost::container::multi_map< TKey, TVal, TLocMap >::range
class  moost::container::multi_map< TKey, TVal, TLocMap >::const_range
class  moost::container::multi_map< TKey, TVal, TLocMap >::iterator
class  moost::container::multi_map< TKey, TVal, TLocMap >::const_iterator

Namespaces

namespace  moost
 

Creates a unique temporary directory; removed on scope exit.


namespace  moost::container

Typedefs

typedef std::pair< int, int > moost::container::multimap_value_type