Data Fields | |
_Key * | start |
First key on the list. | |
_Key * | end |
Last key on the list. | |
_Key * | cursor |
Internal cursor. | |
size_t | size |
Number of keys contained in the KeySet. |
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;
Definition at line 189 of file kdbprivate.h.