FLOPC++
|
Internal representation of a "set". More...
#include <MP_set.hpp>
Public Member Functions | |
InsertFunctor (MP_subset< nbr > *s, std::vector< MP_index_exp > i) | |
void | operator() () const |
Private Attributes | |
MP_subset< nbr > * | S |
std::vector< MP_index_exp > | I |
Additional Inherited Members | |
![]() | |
Functor () | |
virtual | ~Functor () |
Internal representation of a "set".
Definition at line 134 of file MP_set.hpp.
|
inline |
Definition at line 136 of file MP_set.hpp.
|
inlinevirtual |
Implements flopc::Functor.
Definition at line 138 of file MP_set.hpp.
References flopc::InsertFunctor< nbr >::I, and flopc::InsertFunctor< nbr >::S.
|
private |
Definition at line 147 of file MP_set.hpp.
Referenced by flopc::InsertFunctor< nbr >::operator()().
|
private |
Definition at line 146 of file MP_set.hpp.
Referenced by flopc::InsertFunctor< nbr >::operator()().