momo  3.9
map.h File Reference
#include "../TreeMap.h"
#include "node_handle.h"

Go to the source code of this file.

Classes

class  momo::stdish::internal::map_value_compare< TKey, TLessFunc >
 
class  momo::stdish::internal::map_base< TKey, TMapped, TLessFunc, TAllocator, TTreeMap >
 
class  momo::stdish::map< TKey, TMapped, TLessFunc, TAllocator, TTreeMap >
 momo::stdish::map is similar to std::map, but much more efficient in memory usage. The implementation is based on a B-tree. More...
 
class  momo::stdish::multimap< TKey, TMapped, TLessFunc, TAllocator, TTreeMap >
 momo::stdish::multimap is similar to std::multimap, but much more efficient in memory usage. The implementation is based on a B-tree. More...
 

Namespaces

 momo
 
 momo::stdish
 
 momo::stdish::internal