Base class for all "constant" types of data. More...
#include <MP_constant.hpp>
Public Member Functions | |
virtual double | evaluate () const =0 |
virtual int | getStage () const |
virtual int | stage () const |
Protected Member Functions | |
Constant_base () | |
virtual | ~Constant_base () |
Protected Attributes | |
int | count |
Friends | |
class | Constant |
class | Handle< Constant_base * > |
Base class for all "constant" types of data.
Definition at line 20 of file MP_constant.hpp.
|
inlineprotected |
Definition at line 32 of file MP_constant.hpp.
|
inlineprotectedvirtual |
Definition at line 33 of file MP_constant.hpp.
|
pure virtual |
Implemented in flopc::DataRef.
|
inlinevirtual |
Reimplemented in flopc::DataRef.
Definition at line 25 of file MP_constant.hpp.
|
inlinevirtual |
Definition at line 28 of file MP_constant.hpp.
|
friend |
Definition at line 21 of file MP_constant.hpp.
|
friend |
Definition at line 22 of file MP_constant.hpp.
|
protected |
Definition at line 34 of file MP_constant.hpp.