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

#include <entry.hpp>

Public Member Functions

 Entry ()
bool is_valid () const
UInt32 key_pos () const
UInt32 next () const
void set_key_pos (UInt32 x)
void set_next (UInt32 x)

Detailed Description

Definition at line 29 of file entry.hpp.

Constructor & Destructor Documentation

Entry ( )
inline

Definition at line 31 of file entry.hpp.

Member Function Documentation

bool is_valid ( ) const
inline

Definition at line 33 of file entry.hpp.

Here is the caller graph for this function:

UInt32 key_pos ( ) const
inline

Definition at line 36 of file entry.hpp.

Here is the caller graph for this function:

UInt32 next ( ) const
inline

Definition at line 40 of file entry.hpp.

Here is the caller graph for this function:

void set_key_pos ( UInt32  x)
inline

Definition at line 45 of file entry.hpp.

Here is the caller graph for this function:

void set_next ( UInt32  x)
inline

Definition at line 48 of file entry.hpp.

Here is the caller graph for this function:


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