Public Member Functions

flopc::SUBSETREF Class Reference
[Internal (private) interface.]

Internal representation of a "set". More...

#include <MP_set.hpp>

Inheritance diagram for flopc::SUBSETREF:
flopc::MP_index_base flopc::SubsetRef< nbr >

List of all members.

Public Member Functions

virtual MP_indexgetIndex () const
virtual MP_domain getDomain (MP_set *s) const
int evaluate () const

Detailed Description

Internal representation of a "set".

Note:
FOR INTERNAL USE: This is not normally used directly by the calling code.
this is often implicitly created with many expressions which may subset a set.

Definition at line 269 of file MP_set.hpp.


Member Function Documentation

int flopc::SUBSETREF::evaluate (  )  const [inline, virtual]
virtual MP_domain flopc::SUBSETREF::getDomain ( MP_set s  )  const [inline, virtual]

Implements flopc::MP_index_base.

Reimplemented in flopc::SubsetRef< nbr >.

Definition at line 274 of file MP_set.hpp.

References flopc::MP_domain::getEmpty().

Referenced by flopc::MP_index_subsetRef::getDomain().

virtual MP_index* flopc::SUBSETREF::getIndex (  )  const [inline, virtual]

Implements flopc::MP_index_base.

Reimplemented in flopc::SubsetRef< nbr >.

Definition at line 271 of file MP_set.hpp.

Referenced by flopc::MP_index_subsetRef::getIndex().


The documentation for this class was generated from the following file: