FlopCpp trunk
|
Internal representation of an index expression. More...
#include <MP_index.hpp>
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. | |
Additional Inherited Members | |
![]() | |
virtual int | evaluate () const =0 |
virtual MP_index * | getIndex () const =0 |
virtual MP_domain | getDomain (MP_set *s) const =0 |
virtual void | display () const |
![]() | |
MP_index_base () | |
virtual | ~MP_index_base () |
Internal representation of an index expression.
Definition at line 219 of file MP_index.hpp.
|
friend |
|
friend |
returns an index expression from a difference between an MP_index and an integer.
(i-5)