TORCS  1.3.9
The Open Racing Car Simulator
parmHeader Struct Reference

Configuration header structure. More...

Collaboration diagram for parmHeader:

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 sectionrootSection
 List of sections at the first level. More...
 
void * paramHash
 Hash table for parameter access. More...
 
void * sectionHash
 Hash table for section access. More...
 

Detailed Description

Configuration header structure.

Definition at line 97 of file params.cpp.

Member Data Documentation

◆ dtd

char* parmHeader::dtd

Optional DTD location.

Definition at line 101 of file params.cpp.

◆ filename

char* parmHeader::filename

Name of the configuration file.

Definition at line 99 of file params.cpp.

◆ header

char* parmHeader::header

Optional header (comment, xsl...)

Definition at line 102 of file params.cpp.

◆ name

char* parmHeader::name

Name of the data.

Definition at line 100 of file params.cpp.

◆ paramHash

void* parmHeader::paramHash

Hash table for parameter access.

Definition at line 105 of file params.cpp.

◆ refcount

int parmHeader::refcount

Use counter (number of conf handle)

Definition at line 103 of file params.cpp.

◆ rootSection

struct section* parmHeader::rootSection

List of sections at the first level.

Definition at line 104 of file params.cpp.

◆ sectionHash

void* parmHeader::sectionHash

Hash table for section access.

Definition at line 106 of file params.cpp.


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