FLOPC++
|
Internal representation of an index expression. More...
#include <MP_index.hpp>
Private Member Functions | |
MP_index_mult (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) |
Additional Inherited Members | |
![]() | |
virtual void | display () const |
![]() | |
MP_index_base () | |
virtual | ~MP_index_base () |
Internal representation of an index expression.
Definition at line 174 of file MP_index.hpp.
Definition at line 177 of file MP_index.hpp.
|
inlineprivatevirtual |
Implements flopc::MP_index_base.
Definition at line 179 of file MP_index.hpp.
|
inlineprivatevirtual |
|
friend |
returns an index expression from a product between an MP_index and a Constant.
Definition at line 87 of file MP_index.cpp.
|
private |
Definition at line 186 of file MP_index.hpp.
Referenced by evaluate(), getDomain(), and getIndex().
|
private |
Definition at line 187 of file MP_index.hpp.
Referenced by evaluate().