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

#include <base.hpp>

Public Member Functions

 Base ()
bool operator== (const Base &rhs) const
bool is_linker () const
UInt32 offset () const
UInt32 key_pos () const
void set_offset (UInt32 x)
void set_key_pos (UInt32 x)

Detailed Description

Definition at line 29 of file base.hpp.

Constructor & Destructor Documentation

Base ( )
inline

Definition at line 31 of file base.hpp.

Member Function Documentation

bool is_linker ( ) const
inline

Definition at line 37 of file base.hpp.

Here is the caller graph for this function:

UInt32 key_pos ( ) const
inline

Definition at line 44 of file base.hpp.

Here is the caller graph for this function:

UInt32 offset ( ) const
inline

Definition at line 40 of file base.hpp.

Here is the caller graph for this function:

bool operator== ( const Base rhs) const
inline

Definition at line 33 of file base.hpp.

void set_key_pos ( UInt32  x)
inline

Definition at line 54 of file base.hpp.

Here is the caller graph for this function:

void set_offset ( UInt32  x)
inline

Definition at line 49 of file base.hpp.

Here is the caller graph for this function:


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