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

#include <block.hpp>

Public Member Functions

 Block ()
UInt32 next () const
UInt32 prev () const
UInt32 level () const
UInt32 failure_count () const
UInt32 first_phantom () const
UInt32 num_phantoms () const
void set_next (UInt32 x)
void set_prev (UInt32 x)
void set_level (UInt32 x)
void set_failure_count (UInt32 x)
void set_first_phantom (UInt32 x)
void set_num_phantoms (UInt32 x)

Detailed Description

Definition at line 26 of file block.hpp.

Constructor & Destructor Documentation

Block ( )
inline

Definition at line 28 of file block.hpp.

Member Function Documentation

UInt32 failure_count ( ) const
inline

Definition at line 46 of file block.hpp.

Here is the caller graph for this function:

UInt32 first_phantom ( ) const
inline

Definition at line 50 of file block.hpp.

Here is the caller graph for this function:

UInt32 level ( ) const
inline

Definition at line 41 of file block.hpp.

Here is the caller graph for this function:

UInt32 next ( ) const
inline

Definition at line 32 of file block.hpp.

Here is the caller graph for this function:

UInt32 num_phantoms ( ) const
inline

Definition at line 53 of file block.hpp.

Here is the caller graph for this function:

UInt32 prev ( ) const
inline

Definition at line 35 of file block.hpp.

Here is the caller graph for this function:

void set_failure_count ( UInt32  x)
inline

Definition at line 71 of file block.hpp.

Here is the caller graph for this function:

void set_first_phantom ( UInt32  x)
inline

Definition at line 77 of file block.hpp.

Here is the caller graph for this function:

void set_level ( UInt32  x)
inline

Definition at line 66 of file block.hpp.

Here is the caller graph for this function:

void set_next ( UInt32  x)
inline

Definition at line 57 of file block.hpp.

Here is the caller graph for this function:

void set_num_phantoms ( UInt32  x)
inline

Definition at line 81 of file block.hpp.

Here is the caller graph for this function:

void set_prev ( UInt32  x)
inline

Definition at line 61 of file block.hpp.

Here is the caller graph for this function:


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