Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::detail::Ordered_Tree_Snapshot_Header Struct Reference

#include <tpl_tree_snapshot.H>

Public Attributes

char magic [Ordered_Tree_Snapshot_Magic_Size] = {}
 
std::uint32_t version = 0
 
std::uint32_t key_size = 0
 
std::uint64_t min_degree = 0
 
std::uint64_t count = 0
 

Detailed Description

Definition at line 62 of file tpl_tree_snapshot.H.

Member Data Documentation

◆ count

std::uint64_t Aleph::detail::Ordered_Tree_Snapshot_Header::count = 0

◆ key_size

std::uint32_t Aleph::detail::Ordered_Tree_Snapshot_Header::key_size = 0

◆ magic

char Aleph::detail::Ordered_Tree_Snapshot_Header::magic[Ordered_Tree_Snapshot_Magic_Size] = {}

◆ min_degree

std::uint64_t Aleph::detail::Ordered_Tree_Snapshot_Header::min_degree = 0

◆ version

std::uint32_t Aleph::detail::Ordered_Tree_Snapshot_Header::version = 0

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