Planeshift
Public Member Functions

EmptyMathStatement Class Reference

This holds an empty statement that shall not be executed but is used for control flow statements, e.g. More...

#include <mathscript.h>

List of all members.

Public Member Functions

 EmptyMathStatement ()
double Evaluate (MathEnvironment *) const

Detailed Description

This holds an empty statement that shall not be executed but is used for control flow statements, e.g.

else or do

Definition at line 420 of file mathscript.h.


Constructor & Destructor Documentation

EmptyMathStatement::EmptyMathStatement ( ) [inline]

Definition at line 423 of file mathscript.h.


Member Function Documentation

double EmptyMathStatement::Evaluate ( MathEnvironment ) const [inline, virtual]

Reimplemented from MathExpression.

Definition at line 428 of file mathscript.h.


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