Tkrzw
|
Link to a child node. More...
#include <tkrzw_dbm_tree_impl.h>
Public Member Functions | |
std::string_view | GetKey () const |
Gets the key data. More... | |
int32_t | GetSerializedSize (int32_t page_id_width) const |
Gets the serialized size. More... | |
Public Attributes | |
int32_t | key_size |
The size of the key. More... | |
int64_t | child |
The page ID of the child node. More... | |
Link to a child node.
std::string_view tkrzw::TreeLink::GetKey | ( | ) | const |
Gets the key data.
int32_t tkrzw::TreeLink::GetSerializedSize | ( | int32_t | page_id_width | ) | const |
Gets the serialized size.
page_id_width | The width of the page ID. |
int32_t tkrzw::TreeLink::key_size |
The size of the key.
int64_t tkrzw::TreeLink::child |
The page ID of the child node.