|
Groonga 3.0.9 Source Code Document
|
#include <header.hpp>
Public Member Functions | |
| Header () | |
| UInt64 | file_size () const |
| UInt32 | total_key_length () const |
| UInt32 | min_key_id () const |
| UInt32 | next_key_id () const |
| UInt32 | max_key_id () const |
| UInt32 | num_keys () const |
| UInt32 | max_num_keys () const |
| UInt32 | num_nodes () const |
| UInt32 | num_phantoms () const |
| UInt32 | num_zombies () const |
| UInt32 | max_num_nodes () const |
| UInt32 | num_blocks () const |
| UInt32 | max_num_blocks () const |
| UInt32 | next_key_pos () const |
| UInt32 | key_buf_size () const |
| UInt32 | status_flags () const |
| UInt32 | ith_leader (UInt32 i) const |
| void | set_file_size (UInt64 x) |
| void | set_total_key_length (UInt32 x) |
| void | set_next_key_id (UInt32 x) |
| void | set_max_key_id (UInt32 x) |
| void | set_num_keys (UInt32 x) |
| void | set_max_num_keys (UInt32 x) |
| void | set_num_phantoms (UInt32 x) |
| void | set_num_zombies (UInt32 x) |
| void | set_num_blocks (UInt32 x) |
| void | set_max_num_blocks (UInt32 x) |
| void | set_next_key_pos (UInt32 x) |
| void | set_key_buf_size (UInt32 x) |
| void | set_status_flags (UInt32 x) |
| void | set_ith_leader (UInt32 i, UInt32 x) |
Definition at line 26 of file header.hpp.
|
inline |
Definition at line 28 of file header.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 151 of file header.hpp.
|
inline |
|
inline |
Definition at line 95 of file header.hpp.
|
inline |
1.8.1.2