|
Tkrzw
|
Holder of TreeLink on stack for search. More...
#include <tkrzw_dbm_tree_impl.h>
Public Member Functions | |
| TreeLinkOnStack (std::string_view key) | |
| Constructor. More... | |
| ~TreeLinkOnStack () | |
| Destructor. More... | |
Public Attributes | |
| TreeLink * | link |
| The link object. More... | |
| char | stack [STACK_BUFFER_SIZE] |
| The stack buffer. More... | |
| char * | buffer |
| The actual buffer. More... | |
Static Public Attributes | |
| static constexpr int32_t | STACK_BUFFER_SIZE = 256 |
| The size of the stack buffer. More... | |
Holder of TreeLink on stack for search.
|
explicit |
Constructor.
| tkrzw::TreeLinkOnStack::~TreeLinkOnStack | ( | ) |
Destructor.
|
staticconstexpr |
The size of the stack buffer.
| TreeLink* tkrzw::TreeLinkOnStack::link |
The link object.
| char tkrzw::TreeLinkOnStack::stack[STACK_BUFFER_SIZE] |
The stack buffer.
| char* tkrzw::TreeLinkOnStack::buffer |
The actual buffer.