FLOPC++
Public Member Functions | Public Attributes
flopc::MP_set_base Class Reference

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

#include <MP_set.hpp>

Inheritance diagram for flopc::MP_set_base:
flopc::MP_index flopc::Named flopc::MP_index_base flopc::MP_set flopc::MP_stage flopc::MP_subset< nbr >

List of all members.

Public Member Functions

 MP_set_base ()
virtual int size () const =0
virtual operator MP_domain () const =0
virtual MP_domain operator() (const MP_index_exp &i) const =0
int check (int i) const
int checkStage (int i) const
virtual int isStage () const

Public Attributes

bool Cyclic

Detailed Description

Internal representation of a "set".

Note:
FOR INTERNAL USE: This is not normally used directly by the calling code.

Definition at line 30 of file MP_set.hpp.


Constructor & Destructor Documentation

flopc::MP_set_base::MP_set_base ( ) [inline]

Definition at line 32 of file MP_set.hpp.


Member Function Documentation

int flopc::MP_set_base::check ( int  i) const [inline]
int flopc::MP_set_base::checkStage ( int  i) const [inline]

Definition at line 49 of file MP_set.hpp.

References Cyclic, isStage(), flopc::mod(), flopc::outOfBound, and size().

Referenced by flopc::DataRef::getStage().

virtual int flopc::MP_set_base::isStage ( ) const [inline, virtual]

Reimplemented in flopc::MP_stage.

Definition at line 61 of file MP_set.hpp.

Referenced by checkStage().

virtual flopc::MP_set_base::operator MP_domain ( ) const [pure virtual]

Implemented in flopc::MP_set.

virtual MP_domain flopc::MP_set_base::operator() ( const MP_index_exp i) const [pure virtual]

Implemented in flopc::MP_set.

virtual int flopc::MP_set_base::size ( ) const [pure virtual]

Member Data Documentation

Definition at line 65 of file MP_set.hpp.

Referenced by check(), checkStage(), and flopc::MP_set::cyclic().


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