Section header structure. More...

Public Member Functions | |
| GF_TAILQ_ENTRY (struct section) linkSection | |
| Next section at the same level. More... | |
Public Attributes | |
| char * | fullName |
| Name of the section including full path ('/' separated) More... | |
| struct paramHead | paramList |
| List of the parameters in this section. More... | |
| struct sectionHead | subSectionList |
| List of sub-sections (linked by linkSection) More... | |
| struct section * | curSubSection |
| Current subsection, for iterations, see GfParmListSeekFirst and GfParmListSeekNext. More... | |
| struct section * | parent |
| Parent section. More... | |
Section header structure.
Definition at line 83 of file params.cpp.
| section::GF_TAILQ_ENTRY | ( | struct section | ) |
Next section at the same level.
| struct section* section::curSubSection |
Current subsection, for iterations, see GfParmListSeekFirst and GfParmListSeekNext.
Definition at line 89 of file params.cpp.
| char* section::fullName |
Name of the section including full path ('/' separated)
Definition at line 85 of file params.cpp.
| struct paramHead section::paramList |
List of the parameters in this section.
Definition at line 86 of file params.cpp.
| struct section* section::parent |
Parent section.
Definition at line 90 of file params.cpp.
| struct sectionHead section::subSectionList |
List of sub-sections (linked by linkSection)
Definition at line 88 of file params.cpp.