pstore2
Classes
hamt_map_fwd.hpp File Reference
#include <functional>
Include dependency graph for hamt_map_fwd.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pstore::index::index_base
 This class provides a common base from which each of the real index types derives. More...
 
class  pstore::index::range< Database, Container, Iterator >
 The begin() and end() functions for both hamt_map and hamt_set take an extra parameter – the owning database – which prevents the container's direct use in range-based for loops. More...
 
class  pstore::index::hamt_map< KeyType, ValueType, Hash, KeyEqual >
 A Hash array mapped trie index type for the pstore. More...
 
class  pstore::index::hamt_set< KeyType, Hash, KeyEqual >