llconf
0.0.2
|
A node in a parsed configuration tree. More...
#include <nodes.h>
Data Fields | |
struct cnfnode * | next |
The next sibling of this node. More... | |
char * | name |
The name of this node; may be NULL. More... | |
char * | value |
The value at this leaf node; usually NULL for non-leaf nodes, but not necessarily. More... | |
struct cnfnode * | first_child |
The first child underneath this node. More... | |
struct cnfnode * | parent |
The parent node of this node. More... | |
A node in a parsed configuration tree.
struct cnfnode* cnfnode::first_child |
The first child underneath this node.
char* cnfnode::name |
The name of this node; may be NULL.
struct cnfnode* cnfnode::next |
The next sibling of this node.
struct cnfnode* cnfnode::parent |
The parent node of this node.
char* cnfnode::value |
The value at this leaf node; usually NULL for non-leaf nodes, but not necessarily.