TORCS  1.3.9
The Open Racing Car Simulator
section Struct Reference

Section header structure. More...

Collaboration diagram for section:

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 sectioncurSubSection
 Current subsection, for iterations, see GfParmListSeekFirst and GfParmListSeekNext. More...
 
struct sectionparent
 Parent section. More...
 

Detailed Description

Section header structure.

Definition at line 83 of file params.cpp.

Member Function Documentation

◆ GF_TAILQ_ENTRY()

section::GF_TAILQ_ENTRY ( struct section  )

Next section at the same level.

Member Data Documentation

◆ curSubSection

struct section* section::curSubSection

Current subsection, for iterations, see GfParmListSeekFirst and GfParmListSeekNext.

Definition at line 89 of file params.cpp.

◆ fullName

char* section::fullName

Name of the section including full path ('/' separated)

Definition at line 85 of file params.cpp.

◆ paramList

struct paramHead section::paramList

List of the parameters in this section.

Definition at line 86 of file params.cpp.

◆ parent

struct section* section::parent

Parent section.

Definition at line 90 of file params.cpp.

◆ subSectionList

struct sectionHead section::subSectionList

List of sub-sections (linked by linkSection)

Definition at line 88 of file params.cpp.


The documentation for this struct was generated from the following file: