doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
operator_s Struct Reference

Public Attributes

int op
 
int priority
 
int parentheses
 
struct operator_sprev
 
struct operator_snext
 

Detailed Description

Definition at line 1287 of file Parser.cpp.

Member Data Documentation

struct operator_s * operator_s::next

Definition at line 1292 of file Parser.cpp.

int operator_s::op

Definition at line 1289 of file Parser.cpp.

int operator_s::parentheses

Definition at line 1291 of file Parser.cpp.

struct operator_s* operator_s::prev

Definition at line 1292 of file Parser.cpp.

int operator_s::priority

Definition at line 1290 of file Parser.cpp.


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