|
Groonga 3.0.9 Source Code Document
|
#include <node.hpp>
Public Member Functions | |
| Node () | |
| Base | base () const |
| bool | is_linker () const |
| UInt32 | offset () const |
| UInt32 | key_pos () const |
| Check | check () const |
| bool | is_offset () const |
| UInt32 | except_is_offset () const |
| bool | is_phantom () const |
| UInt32 | next () const |
| UInt32 | prev () const |
| UInt32 | label () const |
| UInt32 | child () const |
| UInt32 | sibling () const |
| void | set_base (Base x) |
| void | set_offset (UInt32 x) |
| void | set_key_pos (UInt32 x) |
| void | set_check (Check x) |
| void | set_is_offset (bool x) |
| void | set_except_is_offset (UInt32 x) |
| void | set_is_phantom (bool x) |
| void | set_next (UInt32 x) |
| void | set_prev (UInt32 x) |
| void | set_label (UInt32 x) |
| void | set_child (UInt32 x) |
| void | set_sibling (UInt32 x) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.1.2