libeconf 0.5.1
|
#include <libeconf_ext.h>
Public Attributes | |
char ** | values |
Values of a given key in form of an string array. More... | |
char * | file |
Path of the configuration file where this value has been read. More... | |
uint64_t | line_number |
Line number of the configuration key/value. More... | |
char * | comment_before_key |
Comment before the key/value entry. More... | |
char * | comment_after_value |
Comment after the value entry. More... | |
Definition at line 37 of file libeconf_ext.h.
char** econf_ext_value::values |
Values of a given key in form of an string array.
Definition at line 39 of file libeconf_ext.h.
char* econf_ext_value::file |
Path of the configuration file where this value has been read.
Definition at line 41 of file libeconf_ext.h.
uint64_t econf_ext_value::line_number |
Line number of the configuration key/value.
Definition at line 43 of file libeconf_ext.h.
char* econf_ext_value::comment_before_key |
Comment before the key/value entry.
Definition at line 45 of file libeconf_ext.h.
char* econf_ext_value::comment_after_value |
Comment after the value entry.
Definition at line 47 of file libeconf_ext.h.