UCommon
|
A key value set is used for iterative access. More...
#include <keydata.h>
Data Fields | |
const char * | id |
const char * | value |
Friends | |
class | keydata |
class | keyfile |
Additional Inherited Members | |
![]() | |
void | delist (OrderedIndex *index) |
Remove our ordered object from an existing index. | |
virtual void | enlist (OrderedIndex *index) |
List our ordered object in default strategy mode. | |
void | enlistHead (OrderedIndex *index) |
List our ordered object at start of a linked list on an index. | |
void | enlistTail (OrderedIndex *index) |
List our ordered object at end of a linked list on an index. | |
OrderedObject * | getNext (void) const |
Get next ordered member when iterating. | |
![]() | |
static unsigned | count (const LinkedObject *root) |
Count the number of linked objects in a list. | |
static LinkedObject * | getIndexed (LinkedObject *root, unsigned index) |
Get member by index. | |
static void | purge (LinkedObject *root) |
Release all objects from a list. | |
![]() | |
static const LinkedObject * | inv |
Marker for invalid list pointer. | |
static const LinkedObject * | nil |
Marker for end of linked list. | |
![]() | |
OrderedObject (OrderedIndex *index) | |
Construct an ordered object aot end of a an index. | |
OrderedObject () | |
Construct an ordered object unattached. | |
![]() | |
LinkedObject * | next |
A key value set is used for iterative access.
Otherwise this class is normally not used as we usually request the keys directly.