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

Go to the source code of this file.

Classes

struct  moost::container::IdentityPolicy
class  moost::container::neigh_multi_map< TLocMap >
 neigh_multi_map is a container that associates keys to list of pairs of integers and floats read from the standard-mir format neigh. More...

Namespaces

namespace  moost
 

Creates a unique temporary directory; removed on scope exit.


namespace  moost::container

Typedefs

typedef std::pair< int, float > moost::container::entry_type