|
xapian-core
1.4.30
|
#include <glass_table.h>
Inheritance diagram for Glass::LeafItem:
Collaboration diagram for Glass::LeafItem:Public Member Functions | |
| LeafItem (const uint8_t *p_, int c) | |
| LeafItem (const uint8_t *p_) | |
Public Member Functions inherited from Glass::LeafItem_base< const uint8_t * > | |
| LeafItem_base (const uint8_t * p_, int c) | |
| LeafItem_base (const uint8_t * p_) | |
| void | init (const uint8_t * p_, int c) |
| void | init (const uint8_t * p_) |
| const uint8_t * | get_address () const |
| int | size () const |
| SIZE in diagram above. More... | |
| bool | get_compressed () const |
| bool | first_component () const |
| bool | last_component () const |
| int | component_of () const |
| Key | key () const |
| void | append_chunk (std::string *tag) const |
| bool | decompress_chunk (CompressionStream &comp_stream, string &tag) const |
Additional Inherited Members | |
Protected Member Functions inherited from Glass::LeafItem_base< const uint8_t * > | |
| int | get_key_len () const |
| int | getI () const |
Static Protected Member Functions inherited from Glass::LeafItem_base< const uint8_t * > | |
| static int | getD (const uint8_t *q, int c) |
| static int | getX (const uint8_t *q, int c) |
Protected Attributes inherited from Glass::LeafItem_base< const uint8_t * > | |
| const uint8_t * | p |
Definition at line 213 of file glass_table.h.
|
inline |
Definition at line 216 of file glass_table.h.
|
inlineexplicit |
Definition at line 218 of file glass_table.h.