|
Planeshift
|
This holds an empty statement that shall not be executed but is used for control flow statements, e.g. More...
#include <mathscript.h>
Public Member Functions | |
| EmptyMathStatement () | |
| double | Evaluate (MathEnvironment *) const |
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.
| EmptyMathStatement::EmptyMathStatement | ( | ) | [inline] |
Definition at line 423 of file mathscript.h.
| double EmptyMathStatement::Evaluate | ( | MathEnvironment * | ) | const [inline, virtual] |
Reimplemented from MathExpression.
Definition at line 428 of file mathscript.h.
1.7.3