pstore2
Classes
hamt_map.hpp File Reference

A key/value index implementation. More...

#include "pstore/core/hamt_map_types.hpp"
#include "pstore/serialize/standard_types.hpp"
Include dependency graph for hamt_map.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pstore::index::hamt_map< KeyType, ValueType, Hash, KeyEqual >
 A Hash array mapped trie index type for the pstore. More...
 
class  pstore::index::hamt_map< KeyType, ValueType, Hash, KeyEqual >::iterator_base< IsConstIterator >
 Inner class that describes a const_iterator and 'regular' iterator. More...
 

Detailed Description

A key/value index implementation.