#include <config.h>
Public Attributes | |
const char * | keyword |
const char * | value |
const char * | filename |
int | linenum |
This provides the data parsed from a line of a configuration file. An array of mdio_ConfigData
is returned after reading one or more configuration files. The members are accessed directly to obtain the parsed file contents.
|
Name of this configuration file. |
|
Keyword string from configuration file. |
|
Line number of configuration file. |
|
Value string assigned to this keyword. |