torque Torque Game Engine Documentation
CVS Revision Label 1.3.x

BinaryExprNode Struct Reference

#include <ast.h>

Inheritance diagram for BinaryExprNode:

ExprNode StmtNode CommaCatExprNode FloatBinaryExprNode IntBinaryExprNode StrcatExprNode StreqExprNode

Detailed Description

A binary mathematical expression (ie, left op right).


Data Fields

S32 op
ExprNodeleft
ExprNoderight


Field Documentation

S32 BinaryExprNode::op
 

ExprNode* BinaryExprNode::left
 

ExprNode* BinaryExprNode::right
 




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen