|
quasardb C API
|
A read-only iterator on quasardb entries. More...
#include <iterator.h>
Data Fields | |
| qdb_handle_t | handle |
| The handle created with qdb_open. | |
| const void * | token |
| Opaque token, don't use. | |
| const void * | node |
| Opaque pointer to internal structure, don't use. | |
| const void * | ref |
| Opaque pointer to reference, don't use. | |
| const char * | alias |
| The current alias of the entry. | |
| const char * | content |
| The content of the current entry. | |
| qdb_size_t | content_size |
| The size of the content of the current entry. | |
A read-only iterator on quasardb entries.
1.8.5