|
tlx
|
The header structure of each node in-memory. More...
Public Member Functions | |
| void | initialize (const unsigned short l) |
| Delayed initialisation of constructed node. More... | |
| bool | is_leafnode () const |
| True if this is a leaf node. More... | |
Public Attributes | |
| unsigned short | level |
| Level in the b-tree, if level == 0 -> leaf node. More... | |
| unsigned short | slotuse |
| Number of key slotuse use, so the number of valid children or data pointers. More... | |
The header structure of each node in-memory.
|
inline |
|
inline |
| unsigned short level |
| unsigned short slotuse |