Ouput control structure used for serializing parameter set into XML. More...

Public Attributes | |
| int | state |
| Internal state. More... | |
| struct section * | curSection |
| Current section. More... | |
| struct param * | curParam |
| Current parameter. More... | |
| char * | filename |
| Name of the output file. More... | |
| int | indent |
| Keep track of indentation. More... | |
Ouput control structure used for serializing parameter set into XML.
Definition at line 114 of file params.cpp.
| struct param* parmOutput::curParam |
Current parameter.
Definition at line 118 of file params.cpp.
| struct section* parmOutput::curSection |
Current section.
Definition at line 117 of file params.cpp.
| char* parmOutput::filename |
Name of the output file.
Definition at line 119 of file params.cpp.
| int parmOutput::indent |
Keep track of indentation.
Definition at line 120 of file params.cpp.
| int parmOutput::state |
Internal state.
Definition at line 116 of file params.cpp.