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

#include <check.hpp>

Public Member Functions

 Check ()
bool operator== (const Check &rhs) 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_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 26 of file check.hpp.

Constructor & Destructor Documentation

Check ( )
inline

Definition at line 28 of file check.hpp.

Member Function Documentation

UInt32 child ( ) const
inline

Definition at line 72 of file check.hpp.

Here is the caller graph for this function:

UInt32 except_is_offset ( ) const
inline

Definition at line 40 of file check.hpp.

Here is the caller graph for this function:

bool is_offset ( ) const
inline

Definition at line 36 of file check.hpp.

Here is the caller graph for this function:

bool is_phantom ( ) const
inline

Definition at line 48 of file check.hpp.

Here is the caller graph for this function:

UInt32 label ( ) const
inline

Definition at line 65 of file check.hpp.

Here is the caller graph for this function:

UInt32 next ( ) const
inline

Definition at line 52 of file check.hpp.

Here is the caller graph for this function:

bool operator== ( const Check rhs) const
inline

Definition at line 30 of file check.hpp.

UInt32 prev ( ) const
inline

Definition at line 56 of file check.hpp.

Here is the caller graph for this function:

void set_child ( UInt32  x)
inline

Definition at line 125 of file check.hpp.

Here is the caller graph for this function:

void set_except_is_offset ( UInt32  x)
inline

Definition at line 89 of file check.hpp.

void set_is_offset ( bool  x)
inline

Definition at line 79 of file check.hpp.

Here is the caller graph for this function:

void set_is_phantom ( bool  x)
inline

Definition at line 97 of file check.hpp.

Here is the caller graph for this function:

void set_label ( UInt32  x)
inline

Definition at line 119 of file check.hpp.

Here is the caller graph for this function:

void set_next ( UInt32  x)
inline

Definition at line 108 of file check.hpp.

Here is the caller graph for this function:

void set_prev ( UInt32  x)
inline

Definition at line 113 of file check.hpp.

Here is the caller graph for this function:

void set_sibling ( UInt32  x)
inline

Definition at line 130 of file check.hpp.

Here is the caller graph for this function:

UInt32 sibling ( ) const
inline

Definition at line 75 of file check.hpp.

Here is the caller graph for this function:


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