Code::Blocks  SVN r11506
Public Member Functions | Public Attributes | List of all members
ExpState Struct Reference
Collaboration diagram for ExpState:

Public Member Functions

 ExpState ()
 

Public Attributes

bool _class_or_delete
 
bool _funcarg
 
bool _freevar
 
SQInteger _deref
 

Detailed Description

Definition at line 19 of file sqcompiler.cpp.

Constructor & Destructor Documentation

◆ ExpState()

ExpState::ExpState ( )
inline

Definition at line 21 of file sqcompiler.cpp.

References _class_or_delete, _deref, _freevar, _funcarg, and DEREF_NO_DEREF.

Referenced by SQCompiler::PushExpState().

Member Data Documentation

◆ _class_or_delete

bool ExpState::_class_or_delete

Definition at line 28 of file sqcompiler.cpp.

Referenced by ExpState().

◆ _deref

SQInteger ExpState::_deref

◆ _freevar

bool ExpState::_freevar

Definition at line 30 of file sqcompiler.cpp.

Referenced by ExpState().

◆ _funcarg

bool ExpState::_funcarg

Definition at line 29 of file sqcompiler.cpp.

Referenced by ExpState().


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