Configuration header structure. More...

Public Attributes | |
| char * | filename |
| Name of the configuration file. More... | |
| char * | name |
| Name of the data. More... | |
| char * | dtd |
| Optional DTD location. More... | |
| char * | header |
| Optional header (comment, xsl...) More... | |
| int | refcount |
| Use counter (number of conf handle) More... | |
| struct section * | rootSection |
| List of sections at the first level. More... | |
| void * | paramHash |
| Hash table for parameter access. More... | |
| void * | sectionHash |
| Hash table for section access. More... | |
Configuration header structure.
Definition at line 97 of file params.cpp.
| char* parmHeader::dtd |
Optional DTD location.
Definition at line 101 of file params.cpp.
| char* parmHeader::filename |
Name of the configuration file.
Definition at line 99 of file params.cpp.
| char* parmHeader::header |
Optional header (comment, xsl...)
Definition at line 102 of file params.cpp.
| char* parmHeader::name |
Name of the data.
Definition at line 100 of file params.cpp.
| void* parmHeader::paramHash |
Hash table for parameter access.
Definition at line 105 of file params.cpp.
| int parmHeader::refcount |
Use counter (number of conf handle)
Definition at line 103 of file params.cpp.
| struct section* parmHeader::rootSection |
List of sections at the first level.
Definition at line 104 of file params.cpp.
| void* parmHeader::sectionHash |
Hash table for section access.
Definition at line 106 of file params.cpp.