|
libconfini
Yet another INI parser
|
Dispatch of a single INI node. More...
#include <confini.h>
Data Fields | |
| const IniFormat | format |
| uint8_t | type |
| char * | data |
| char * | value |
| const char * | append_to |
| size_t | d_len |
| size_t | v_len |
| size_t | at_len |
| size_t | dispatch_id |
Dispatch of a single INI node.
| IniDispatch::append_to |
The current section path
| IniDispatch::at_len |
The length of the string IniDispatch::append_to
| IniDispatch::d_len |
The length of the string IniDispatch::data
| IniDispatch::data |
It can be the content of a comment, a section path or a key name
| IniDispatch::dispatch_id |
The dispatch id
| IniDispatch::format |
The format of the INI file (see struct IniFormat)
| IniDispatch::type |
The dispatch type (see enum IniNodeType)
| IniDispatch::v_len |
The length of the string IniDispatch::value
| IniDispatch::value |
It can be the value of a key element, an empty string or it can point to the address pointed by the global variable INI_GLOBAL_IMPLICIT_VALUE
1.8.14