llconf  0.0.2
Data Fields
cnfnode Struct Reference

A node in a parsed configuration tree. More...

#include <nodes.h>

Data Fields

struct cnfnodenext
 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 cnfnodefirst_child
 The first child underneath this node.
struct cnfnodeparent
 The parent node of this node.

Detailed Description

A node in a parsed configuration tree.


Field Documentation

The first child underneath this node.

The name of this node; may be NULL.

The next sibling of this node.

The parent node of this node.

The value at this leaf node; usually NULL for non-leaf nodes, but not necessarily.


The documentation for this struct was generated from the following file: