CCommand::DataUnion Union Reference

Union containing a pointer to the parameter of the command. More...

#include <CCommand.h>

List of all members.

Public Attributes

std::string * String
float * Float
CVector3fVector
CColorColor
int * Int


Detailed Description

Union containing a pointer to the parameter of the command.

ID of the parameter of the command.

Definition at line 91 of file CCommand.h.


Member Data Documentation

std::string* CCommand::DataUnion::String

Definition at line 93 of file CCommand.h.

Referenced by CCommandExecutor::Execute(), and CCommandParser::Parse().

float* CCommand::DataUnion::Float

String member.

Definition at line 94 of file CCommand.h.

Referenced by CCommandExecutor::Execute(), and CCommandParser::Parse().

CVector3f* CCommand::DataUnion::Vector

Float member.

Definition at line 95 of file CCommand.h.

Referenced by CCommandExecutor::Execute(), and CCommandParser::Parse().

CColor* CCommand::DataUnion::Color

Vector member.

Definition at line 96 of file CCommand.h.

Referenced by CCommandExecutor::Execute(), and CCommandParser::Parse().

int* CCommand::DataUnion::Int

Color member.

Definition at line 97 of file CCommand.h.

Referenced by CCommand::CCommand(), CCommandExecutor::Execute(), and CCommandParser::Parse().


The documentation for this union was generated from the following file:
Generated on Fri Dec 5 03:20:33 2008 for Mathematical Ray-tracer by  doxygen 1.5.4