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

Inserter for construction of a subset. More...

#include <MP_domain.hpp>

Inheritance diagram for flopc::insertFunctor< nbr >:
Inheritance graph
[legend]
Collaboration diagram for flopc::insertFunctor< nbr >:
Collaboration graph
[legend]

Public Member Functions

 insertFunctor (MP_domain_subset< nbr > *d)
 
void operator() () const
 

Private Attributes

MP_domain_subset< nbr > * D
 

Additional Inherited Members

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

Detailed Description

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

Inserter for construction of a subset.

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

Definition at line 141 of file MP_domain.hpp.

Constructor & Destructor Documentation

template<int nbr>
flopc::insertFunctor< nbr >::insertFunctor ( MP_domain_subset< nbr > *  d)
inline

Definition at line 143 of file MP_domain.hpp.

Member Function Documentation

template<int nbr>
void flopc::insertFunctor< nbr >::operator() ( ) const
inlinevirtual
Todo:
should this be public? Should it be called? If so, needs doc.

Implements flopc::Functor.

Definition at line 145 of file MP_domain.hpp.

References flopc::insertFunctor< nbr >::D.

Member Data Documentation

template<int nbr>
MP_domain_subset<nbr>* flopc::insertFunctor< nbr >::D
private

Definition at line 153 of file MP_domain.hpp.

Referenced by flopc::insertFunctor< nbr >::operator()().


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