FLOPC++
Public Member Functions | Private Attributes | List of all members
flopc::InsertFunctor< nbr > Class Template Reference

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

#include <MP_set.hpp>

Inheritance diagram for flopc::InsertFunctor< nbr >:
flopc::Functor

Public Member Functions

 InsertFunctor (MP_subset< nbr > *s, vector< MP_index_exp > i)
 
void operator() () const
 

Private Attributes

MP_subset< nbr > * S
 
vector< MP_index_expI
 

Additional Inherited Members

- Protected Member Functions inherited from flopc::Functor
 Functor ()
 
virtual ~Functor ()
 
 Functor (const Functor &)
 

Detailed Description

template<int nbr>
class flopc::InsertFunctor< nbr >

Internal representation of a "set".

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

Definition at line 135 of file MP_set.hpp.

Constructor & Destructor Documentation

◆ InsertFunctor()

template<int nbr>
flopc::InsertFunctor< nbr >::InsertFunctor ( MP_subset< nbr > *  s,
vector< MP_index_exp i 
)
inline

Definition at line 137 of file MP_set.hpp.

Member Function Documentation

◆ operator()()

template<int nbr>
void flopc::InsertFunctor< nbr >::operator() ( ) const
inlinevirtual

Implements flopc::Functor.

Definition at line 139 of file MP_set.hpp.

Member Data Documentation

◆ I

template<int nbr>
vector<MP_index_exp> flopc::InsertFunctor< nbr >::I
private

Definition at line 148 of file MP_set.hpp.

◆ S

template<int nbr>
MP_subset<nbr>* flopc::InsertFunctor< nbr >::S
private

Definition at line 147 of file MP_set.hpp.


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