pstore2
core Directory Reference
Directory dependency graph for core:
include/pstore/core

Files

file  address.hpp [code]
 
file  array_stack.hpp [code]
 array_stack is a simple container which provides an interface very similar to std::stack, but based on std::array.
 
file  crc32.hpp [code]
 
file  database.hpp [code]
 
file  db_archive.hpp [code]
 Provides the database_reader and database_writer class which enable the serializer to read and write types in a pstore instance.
 
file  diff.hpp [code]
 Comparing the contents of an index between two transactions.
 
file  errno_exception.hpp [code]
 The pstore::errno_exception class provides a wrapper for std::system error which provides additional context for the associated error message.
 
file  file_header.hpp [code]
 The file header and footer member functions.
 
file  hamt_map.hpp [code]
 A key/value index implementation.
 
file  hamt_map_fwd.hpp [code]
 
file  hamt_map_types.hpp [code]
 Types used by the HAMT index.
 
file  hamt_set.hpp [code]
 
file  region.hpp [code]
 
file  sstring_view_archive.hpp [code]
 Defines serializer<> specializations for strings.
 
file  start_vacuum.hpp [code]
 
file  transaction.hpp [code]
 The data store transaction class.
 
file  uuid.hpp [code]
 Defines the uuid class which supports RFC4122 UUIDs.
 
file  vacuum_intf.hpp [code]