#include <MP_constant.hpp>
Inheritance diagram for flopc::Constant:
Public Member Functions | |
Constant (Constant_base *r) | |
Constant (const MP_index_exp &i) | |
Constant (const DataRef &d) | |
Constant (double d) | |
Constant (int d) |
Definition at line 48 of file MP_constant.hpp.
flopc::Constant::Constant | ( | Constant_base * | r | ) | [inline] |
Definition at line 50 of file MP_constant.hpp.
flopc::Constant::Constant | ( | const MP_index_exp & | i | ) |
Definition at line 283 of file MP_constant.cpp.
flopc::Constant::Constant | ( | const DataRef & | d | ) |
Definition at line 280 of file MP_constant.cpp.
flopc::Constant::Constant | ( | double | d | ) |
Definition at line 286 of file MP_constant.cpp.
flopc::Constant::Constant | ( | int | d | ) |
Definition at line 289 of file MP_constant.cpp.