#include <FConst.hpp>
Inheritance diagram for FConst:
Public Member Functions | |
FConst (double dConst=HUGE_VAL) | |
Result * | execute (Context &context) |
Grammar * | clone () |
FConst::FConst | ( | double | dConst = HUGE_VAL |
) |
Creates a new function constant with the specified value. If none is given a random value between 0 and 100 is used.
[in] | dConst | The constant value this function should have. |
Grammar * FConst::clone | ( | ) | [virtual] |