ReactOS 0.4.15-dev-8100-g1887773
_DEFINE Struct Reference
Collaboration diagram for _DEFINE:

Public Attributes

struct _DEFINEpNext
 
int val
 
charpszName
 
unsigned int cchName
 
charpszValue
 
unsigned int cchValue
 
char achBuffer [1]
 

Detailed Description

Definition at line 23 of file hpp.c.

Member Data Documentation

◆ achBuffer

char _DEFINE::achBuffer[1]

Definition at line 31 of file hpp.c.

Referenced by ParseInputFile().

◆ cchName

unsigned int _DEFINE::cchName

Definition at line 28 of file hpp.c.

Referenced by FindDefine(), and ParseInputFile().

◆ cchValue

unsigned int _DEFINE::cchValue

Definition at line 30 of file hpp.c.

Referenced by ParseInputFile(), and WriteLine().

◆ pNext

struct _DEFINE* _DEFINE::pNext

Definition at line 25 of file hpp.c.

Referenced by EvaluateConstant(), EvaluateExpression(), FindDefine(), and ParseInputFile().

◆ pszName

char* _DEFINE::pszName

Definition at line 27 of file hpp.c.

Referenced by FindDefine(), and ParseInputFile().

◆ pszValue

char* _DEFINE::pszValue

Definition at line 29 of file hpp.c.

Referenced by ParseInputFile(), and WriteLine().

◆ val

int _DEFINE::val

Definition at line 26 of file hpp.c.

Referenced by EvaluateConstant(), and ParseInputFile().


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