|
xapian-core
2.0.0
|
#include <honey_freelist.h>
Public Member Functions | |
| HoneyFLCursor () | |
| bool | operator== (const HoneyFLCursor &o) const |
| bool | operator!= (const HoneyFLCursor &o) const |
| void | swap (HoneyFLCursor &o) |
| void | pack (std::string &buf) |
| bool | unpack (const char **p, const char *end) |
Public Attributes | |
| uint4 | n = 0 |
| Block number of current freelist chunk. More... | |
| unsigned | c = 0 |
| Current offset in block. More... | |
Definition at line 29 of file honey_freelist.h.
|
inline |
Definition at line 37 of file honey_freelist.h.
|
inline |
Definition at line 43 of file honey_freelist.h.
|
inline |
Definition at line 39 of file honey_freelist.h.
|
inline |
Definition at line 52 of file honey_freelist.h.
References c, n, and pack_uint().
Referenced by HoneyFreeList::pack().
|
inline |
Definition at line 47 of file honey_freelist.h.
|
inline |
Definition at line 57 of file honey_freelist.h.
References c, n, p, unpack_uint(), and usual.
Referenced by HoneyFreeList::unpack().
| unsigned HoneyFLCursor::c = 0 |
Current offset in block.
Definition at line 35 of file honey_freelist.h.
Referenced by operator==(), pack(), swap(), and unpack().
| uint4 HoneyFLCursor::n = 0 |
Block number of current freelist chunk.
Definition at line 32 of file honey_freelist.h.
Referenced by operator==(), pack(), swap(), and unpack().