FLOPC++
|
Function object. Often used. More...
#include <MP_utilities.hpp>
Public Member Functions | |
virtual void | operator() () const =0 |
Protected Member Functions | |
Functor () | |
virtual | ~Functor () |
Functor (const Functor &) | |
Private Member Functions | |
Functor & | operator= (const Functor &) |
Function object. Often used.
Definition at line 29 of file MP_utilities.hpp.
|
inlineprotected |
Definition at line 33 of file MP_utilities.hpp.
Referenced by ~Functor().
|
inlineprotectedvirtual |
Definition at line 34 of file MP_utilities.hpp.
References Functor(), and operator=().
|
protected |
|
pure virtual |
Implemented in flopc::Constant_product, flopc::Constant_sum, flopc::Constant_min, flopc::Constant_max::MaxFunctor, flopc::Expression_sum::SumFunctor, flopc::MP_domain_subset< nbr >, flopc::insertFunctor< nbr >, flopc::InsertFunctor< nbr >, flopc::MP_domain_set, flopc::MP_variable, flopc::MP_data, flopc::MP::GenerateFunctor, flopc::DataRef, and flopc::Functor_conditional.
Referenced by ~Functor().