torque Torque Game Engine Documentation
TGE Version 1.5.2

StrcatExprNode Struct Reference

#include <ast.h>

Inheritance diagram for StrcatExprNode:

Inheritance graph
[legend]

Public Member Functions

U32 precompile (TypeReq type)
U32 compile (U32 *codeStream, U32 ip, TypeReq type)
TypeReq getPreferredType ()

Static Public Member Functions

static StrcatExprNodealloc (ExprNode *left, ExprNode *right, int appendChar)

Data Fields

int appendChar

Member Function Documentation

static StrcatExprNode* StrcatExprNode::alloc ( ExprNode left,
ExprNode right,
int  appendChar 
) [static]

U32 StrcatExprNode::precompile ( TypeReq  type  )  [virtual]

Implements ExprNode.

U32 StrcatExprNode::compile ( U32 codeStream,
U32  ip,
TypeReq  type 
) [virtual]

Implements ExprNode.

TypeReq StrcatExprNode::getPreferredType (  )  [virtual]

Implements ExprNode.


Field Documentation




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