Main Page | Class List | Directories | File List | Class Members | File Members

mdio_ConfigData_t Struct Reference

Configuration file data structure. More...

#include <config.h>

List of all members.

Public Attributes

const char * keyword
const char * value
const char * filename
int linenum


Detailed Description

Configuration file data structure.

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.


Member Data Documentation

const char* mdio_ConfigData_t::filename
 

Name of this configuration file.

const char* mdio_ConfigData_t::keyword
 

Keyword string from configuration file.

int mdio_ConfigData_t::linenum
 

Line number of configuration file.

const char* mdio_ConfigData_t::value
 

Value string assigned to this keyword.


The documentation for this struct was generated from the following file:
Generated on Mon Sep 26 10:55:20 2005 for MDX by  doxygen 1.4.4