|
pstore2
|
#include <functional>

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 > |
1.8.13