|
xapian-core
1.4.30
|
#include <glass_freelist.h>
Public Member Functions | |
| GlassFLCursor () | |
| bool | operator== (const GlassFLCursor &o) const |
| bool | operator!= (const GlassFLCursor &o) const |
| void | swap (GlassFLCursor &o) |
| void | pack (std::string &buf) |
| bool | unpack (const char **p, const char *end) |
Public Attributes | |
| uint4 | n |
| Block number of current freelist chunk. More... | |
| unsigned | c |
| Current offset in block. More... | |
Definition at line 30 of file glass_freelist.h.
|
inline |
Definition at line 38 of file glass_freelist.h.
|
inline |
Definition at line 44 of file glass_freelist.h.
|
inline |
Definition at line 40 of file glass_freelist.h.
|
inline |
Definition at line 53 of file glass_freelist.h.
References c, n, and pack_uint().
Referenced by GlassFreeList::pack().
|
inline |
Definition at line 48 of file glass_freelist.h.
|
inline |
Definition at line 58 of file glass_freelist.h.
References c, n, unpack_uint(), and usual.
Referenced by GlassFreeList::unpack().
| unsigned GlassFLCursor::c |
Current offset in block.
Definition at line 36 of file glass_freelist.h.
Referenced by operator==(), pack(), swap(), and unpack().
| uint4 GlassFLCursor::n |
Block number of current freelist chunk.
Definition at line 33 of file glass_freelist.h.
Referenced by operator==(), pack(), swap(), and unpack().