DirectZ
|
Represents metadata for a key-value entry in the file. More...
#include <KeyValueStream.hpp>
Public Attributes | |
KeyT | key |
uint64_t | offset |
uint64_t | size |
Represents metadata for a key-value entry in the file.
KeyT dz::KeyValueStream< KeyT, ValueT >::HeaderEntry::key |
Key associated with the value.
uint64_t dz::KeyValueStream< KeyT, ValueT >::HeaderEntry::offset |
Offset from the header end to the value.
uint64_t dz::KeyValueStream< KeyT, ValueT >::HeaderEntry::size |
Size of the value data.