Internal representation of an index expression. More...
#include <MP_index.hpp>


Private Member Functions | |
| MP_index_dif (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) |
| returns an index expression from a difference between an MP_index and an integer. More... | |
Additional Inherited Members | |
Public Member Functions inherited from flopc::MP_index_base | |
| virtual void | display () const |
Protected Member Functions inherited from flopc::MP_index_base | |
| MP_index_base () | |
| virtual | ~MP_index_base () |
Internal representation of an index expression.
Definition at line 219 of file MP_index.hpp.
Definition at line 223 of file MP_index.hpp.
|
inlineprivatevirtual |
Implements flopc::MP_index_base.
Definition at line 225 of file MP_index.hpp.
|
inlineprivatevirtual |
Implements flopc::MP_index_base.
Definition at line 228 of file MP_index.hpp.
Implements flopc::MP_index_base.
|
friend |
|
friend |
returns an index expression from a difference between an MP_index and an integer.
(i-5)
|
private |
Definition at line 232 of file MP_index.hpp.
|
private |
Definition at line 233 of file MP_index.hpp.
1.8.5