pstore2
Public Attributes | List of all members
pstore::index::header_block Struct Reference

The address of an instance of this type is passed to the hamt_map ctor to load an existing index, and it is returned by a call to hamt_map::flush(). More...

#include <hamt_map_types.hpp>

Collaboration diagram for pstore::index::header_block:
Collaboration graph
[legend]

Public Attributes

std::array< std::uint8_t, 8 > signature
 
std::uint64_t size
 The number of keys stored in the tree.
 
address root
 The store address of the tree's root node.
 

Detailed Description

The address of an instance of this type is passed to the hamt_map ctor to load an existing index, and it is returned by a call to hamt_map::flush().


The documentation for this struct was generated from the following file: