EchoOp Class Reference

#include <shaderOp.h>

Inheritance diagram for EchoOp:

Inheritance graph
[legend]
List of all members.

Detailed Description

Like the name suggests, EchoOp merely echoes back whatever string it is assigned.


Public Member Functions

 EchoOp (const char *statement)
 ~EchoOp ()
virtual void print (Stream &stream)

Private Types

typedef ShaderOp Parent

Private Attributes

const char * mStatement


Member Typedef Documentation

typedef ShaderOp EchoOp::Parent [private]


Constructor & Destructor Documentation

EchoOp::EchoOp ( const char *  statement  ) 

EchoOp::~EchoOp (  ) 


Member Function Documentation

virtual void EchoOp::print ( Stream stream  )  [virtual]

Reimplemented from LangElement.


Member Data Documentation

const char* EchoOp::mStatement [private]