Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions
Node Class Reference

#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)

Detailed Description

Definition at line 28 of file node.hpp.

Constructor & Destructor Documentation

Node ( )
inline

Definition at line 30 of file node.hpp.

Member Function Documentation

Base base ( ) const
inline

Definition at line 32 of file node.hpp.

Here is the caller graph for this function:

Check check ( ) const
inline

Definition at line 48 of file node.hpp.

Here is the caller graph for this function:

UInt32 child ( ) const
inline

Definition at line 69 of file node.hpp.

Here is the caller graph for this function:

UInt32 except_is_offset ( ) const
inline

Definition at line 54 of file node.hpp.

bool is_linker ( ) const
inline

Definition at line 35 of file node.hpp.

Here is the caller graph for this function:

bool is_offset ( ) const
inline

Definition at line 51 of file node.hpp.

Here is the caller graph for this function:

bool is_phantom ( ) const
inline

Definition at line 57 of file node.hpp.

Here is the caller graph for this function:

UInt32 key_pos ( ) const
inline

Definition at line 43 of file node.hpp.

Here is the caller graph for this function:

UInt32 label ( ) const
inline

Definition at line 66 of file node.hpp.

Here is the caller graph for this function:

UInt32 next ( ) const
inline

Definition at line 60 of file node.hpp.

Here is the caller graph for this function:

UInt32 offset ( ) const
inline

Definition at line 39 of file node.hpp.

Here is the caller graph for this function:

UInt32 prev ( ) const
inline

Definition at line 63 of file node.hpp.

Here is the caller graph for this function:

void set_base ( Base  x)
inline

Definition at line 76 of file node.hpp.

void set_check ( Check  x)
inline

Definition at line 89 of file node.hpp.

void set_child ( UInt32  x)
inline

Definition at line 114 of file node.hpp.

void set_except_is_offset ( UInt32  x)
inline

Definition at line 95 of file node.hpp.

void set_is_offset ( bool  x)
inline

Definition at line 92 of file node.hpp.

Here is the caller graph for this function:

void set_is_phantom ( bool  x)
inline

Definition at line 98 of file node.hpp.

Here is the caller graph for this function:

void set_key_pos ( UInt32  x)
inline

Definition at line 84 of file node.hpp.

Here is the caller graph for this function:

void set_label ( UInt32  x)
inline

Definition at line 110 of file node.hpp.

Here is the caller graph for this function:

void set_next ( UInt32  x)
inline

Definition at line 102 of file node.hpp.

Here is the caller graph for this function:

void set_offset ( UInt32  x)
inline

Definition at line 80 of file node.hpp.

Here is the caller graph for this function:

void set_prev ( UInt32  x)
inline

Definition at line 106 of file node.hpp.

Here is the caller graph for this function:

void set_sibling ( UInt32  x)
inline

Definition at line 117 of file node.hpp.

UInt32 sibling ( ) const
inline

Definition at line 72 of file node.hpp.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: