#include <functions.h>
Inheritance diagram for afl::Constant:
Public Member Functions | |
Constant (data_t val) | |
virtual data_t | evaluate (const Point &p, Function::Context *ctxt) const |
virtual void | serialise (std::ostream &doc) const |
virtual Function * | clone () const |
|
|
|
Implements afl::Function. |
|
evaluates the function
Implements afl::Function. |
|
adds the symbolic value of the function to an output stream
Implements afl::Function. |