TORCS  1.3.9
The Open Racing Car Simulator
HashHeader Struct Reference
Collaboration diagram for HashHeader:

Public Attributes

int type
 
int size
 
int nbElem
 
int curIndex
 
tHashElemcurElem
 
tHashHead * hashHead
 

Detailed Description

Definition at line 38 of file hash.cpp.

Member Data Documentation

◆ curElem

tHashElem* HashHeader::curElem

Definition at line 45 of file hash.cpp.

◆ curIndex

int HashHeader::curIndex

Definition at line 44 of file hash.cpp.

◆ hashHead

tHashHead* HashHeader::hashHead

Definition at line 46 of file hash.cpp.

◆ nbElem

int HashHeader::nbElem

Definition at line 42 of file hash.cpp.

◆ size

int HashHeader::size

Definition at line 41 of file hash.cpp.

◆ type

int HashHeader::type

Definition at line 40 of file hash.cpp.


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