Private Member Functions | |
MP_index_subsetRef (const SUBSETREF &s) | |
int | evaluate () const |
MP_index * | getIndex () const |
virtual MP_domain | getDomain (MP_set *s) const |
Private Attributes | |
const SUBSETREF * | S |
Friends | |
class | MP_index_exp |
Definition at line 47 of file MP_index.cpp.
flopc::MP_index_subsetRef::MP_index_subsetRef | ( | const SUBSETREF & | s | ) | [inline, private] |
Definition at line 50 of file MP_index.cpp.
int flopc::MP_index_subsetRef::evaluate | ( | ) | const [inline, private, virtual] |
Implements flopc::MP_index_base.
Definition at line 51 of file MP_index.cpp.
References flopc::SUBSETREF::evaluate(), and S.
virtual MP_domain flopc::MP_index_subsetRef::getDomain | ( | MP_set * | s | ) | const [inline, private, virtual] |
Implements flopc::MP_index_base.
Definition at line 57 of file MP_index.cpp.
References flopc::SUBSETREF::getDomain(), and S.
MP_index* flopc::MP_index_subsetRef::getIndex | ( | ) | const [inline, private, virtual] |
Implements flopc::MP_index_base.
Definition at line 54 of file MP_index.cpp.
References flopc::SUBSETREF::getIndex(), and S.
friend class MP_index_exp [friend] |
Reimplemented from flopc::MP_index_base.
Definition at line 48 of file MP_index.cpp.
const SUBSETREF* flopc::MP_index_subsetRef::S [private] |
Definition at line 60 of file MP_index.cpp.
Referenced by evaluate(), getDomain(), and getIndex().