|
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. | |
| char * | name |
| The name of this node; may be NULL. | |
| char * | value |
| The value at this leaf node; usually NULL for non-leaf nodes, but not necessarily. | |
| struct cnfnode * | first_child |
| The first child underneath this node. | |
| struct cnfnode * | parent |
| The parent node of this node. | |
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.