|
FlopCpp trunk
|
Reference to a set of data. More...
#include <MP_data.hpp>
Inheritance diagram for flopc::DataRef:
Collaboration diagram for flopc::DataRef:Public Member Functions | |
| DataRef (MP_data *d, const MP_index_exp &i1, const MP_index_exp &i2, const MP_index_exp &i3, const MP_index_exp &i4, const MP_index_exp &i5, int s=0) | |
| ~DataRef () | |
| DataRef & | such_that (const MP_boolean &b) |
| double | evaluate () const |
| int | getStage () const |
| const DataRef & | operator= (const DataRef &r) |
| const DataRef & | operator= (const Constant &c) |
| void | evaluate_lhs (double v) const |
| void | operator() () const |
Public Member Functions inherited from flopc::Constant_base | |
| virtual int | stage () const |
Additional Inherited Members | |
Protected Member Functions inherited from flopc::Constant_base | |
| Constant_base () | |
| virtual | ~Constant_base () |
Protected Member Functions inherited from flopc::Functor | |
| Functor () | |
| virtual | ~Functor () |
Protected Attributes inherited from flopc::Constant_base | |
| int | count |
Reference to a set of data.
Definition at line 29 of file MP_data.hpp.
|
inline |
Definition at line 31 of file MP_data.hpp.
|
inline |
Definition at line 40 of file MP_data.hpp.
| DataRef & flopc::DataRef::such_that | ( | const MP_boolean & | b | ) |
|
virtual |
Implements flopc::Constant_base.
|
virtual |
Reimplemented from flopc::Constant_base.
|
virtual |
Implements flopc::Functor.