FLOPC++
|
Internal representation of an index expression. More...
#include <MP_index.hpp>
Private Member Functions | |
MP_index_sum (MP_index &i, const Constant &j) | |
int | evaluate () const |
MP_index * | getIndex () const |
virtual MP_domain | getDomain (MP_set *s) const |
Private Attributes | |
MP_index_exp | left |
Constant | right |
Friends | |
MP_index_exp | operator+ (MP_index &i, const Constant &j) |
MP_index_exp | operator+ (MP_index &i, const int &j) |
Additional Inherited Members | |
![]() | |
MP_index_base () | |
virtual | ~MP_index_base () |
Internal representation of an index expression.
Definition at line 192 of file MP_index.hpp.
Definition at line 196 of file MP_index.hpp.
|
inlineprivatevirtual |
Implements flopc::MP_index_base.
Definition at line 198 of file MP_index.hpp.
Implements flopc::MP_index_base.
Definition at line 97 of file MP_index.cpp.
|
inlineprivatevirtual |
Implements flopc::MP_index_base.
Definition at line 201 of file MP_index.hpp.
References flopc::MP_index_base::getDomain(), and flopc::MP_index::getIndex().
|
friend |
returns an index expression from a sum between an MP_index and a Constant.
Definition at line 63 of file MP_index.cpp.
|
friend |
returns an index expression from a sum between an MP_index and an integer. (i+5)
Definition at line 67 of file MP_index.cpp.
|
private |
Definition at line 205 of file MP_index.hpp.
|
private |
Definition at line 206 of file MP_index.hpp.