UCommon
Data Structures | Namespaces | Constant Groups
keydata.h File Reference

Parsing of config files that have keyword/value pairs. More...

#include <ucommon/platform.h>
#include <ucommon/linked.h>
#include <ucommon/memory.h>
Include dependency graph for keydata.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ucommon::keydata
 Data keys parsed from a keyfile. More...
 
class  ucommon::keydata::keyvalue
 A key value set is used for iterative access. More...
 
class  ucommon::keyfile
 Traditional keypair config file parsing class. More...
 

Namespaces

 ucommon
 Common namespace for all ucommon objects.
 

Constant Groups

 ucommon
 Common namespace for all ucommon objects.
 

Detailed Description

Parsing of config files that have keyword/value pairs.

This includes supporting classes to extract basic config data from files that are stored as []'s, and uses several supporting classes.

Definition in file keydata.h.