FlopCpp trunk
Loading...
Searching...
No Matches
flopc::MP_index_base Class Referenceabstract

Internal representation of a index. More...

#include <MP_index.hpp>

+ Inheritance diagram for flopc::MP_index_base:

Public Member Functions

virtual int evaluate () const =0
 
virtual MP_indexgetIndex () const =0
 
virtual MP_domain getDomain (MP_set *s) const =0
 
virtual void display () const
 

Protected Member Functions

 MP_index_base ()
 
virtual ~MP_index_base ()
 

Friends

class Handle< MP_index_base * >
 
class MP_index_exp
 

Detailed Description

Internal representation of a index.

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

Definition at line 26 of file MP_index.hpp.

Constructor & Destructor Documentation

◆ MP_index_base()

flopc::MP_index_base::MP_index_base ( )
inlineprotected

Definition at line 35 of file MP_index.hpp.

◆ ~MP_index_base()

virtual flopc::MP_index_base::~MP_index_base ( )
inlineprotectedvirtual

Definition at line 36 of file MP_index.hpp.

Member Function Documentation

◆ evaluate()

virtual int flopc::MP_index_base::evaluate ( ) const
pure virtual

◆ getIndex()

virtual MP_index * flopc::MP_index_base::getIndex ( ) const
pure virtual

◆ getDomain()

virtual MP_domain flopc::MP_index_base::getDomain ( MP_set * s) const
pure virtual

◆ display()

virtual void flopc::MP_index_base::display ( ) const
virtual

Friends And Related Symbol Documentation

◆ Handle< MP_index_base * >

friend class Handle< MP_index_base * >
friend

Definition at line 128 of file MP_index.hpp.

◆ MP_index_exp

friend class MP_index_exp
friend

Definition at line 28 of file MP_index.hpp.


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