Data Fields

_KeySet Struct Reference

#include <kdbprivate.h>

Data Fields

struct _Key ** array
size_t size
size_t alloc
struct _Keycursor
size_t current
ksflag_t flags

Detailed Description

The private KeySet structure.

Its internal private attributes should not be accessed directly by regular programs. Use the KeySet access methods instead. Only a backend writer needs to have access to the private attributes of the KeySet object which is defined as:

typedef struct _KeySet KeySet;

Field Documentation

Allocated size of array

struct _Key** _KeySet::array

Array which holds the keys

Current position of cursor

Internal cursor

ksflag_t _KeySet::flags

Some control and internal flags.

size_t _KeySet::size

Number of keys contained in the KeySet


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