#include <FloatFun.h>
Inheritance diagram for ConstFun:
Definition at line 52 of file FloatFun.h.
Public Member Functions | |
ConstFun (Float_FF c_, const char *name_=0) | |
ConstFun (Float_FF c_, const std::string &name_) | |
Constructor from a C++ string. | |
virtual Float_FF | operator() () const |
Returns a constant value c. | |
Protected Member Functions | |
virtual | ~ConstFun () |
Protected destructor ensures creation on the heap. | |
Protected Attributes | |
Float_FF | c |
|
Definition at line 55 of file FloatFun.h. References c, and NamedO::str(). |
|
Constructor from a C++ string.
Definition at line 62 of file FloatFun.h. References c, and NamedO::str(). |
|
The constant to be returned Definition at line 71 of file FloatFun.h. Referenced by ConstFun(), and operator()(). |