Data Fields | |
| struct _Key * | start |
| First key on the list. | |
| struct _Key * | end |
| Last key on the list. | |
| struct _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:
Definition at line 203 of file kdbprivate.h.
1.5.4