quasardb C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
qdb_const_iterator_t Struct Reference

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.
 

Detailed Description

A read-only iterator on quasardb entries.


The documentation for this struct was generated from the following file: