Function object. 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.
| flopc::Functor::Functor | ( | ) | [inline, protected] |
Definition at line 33 of file MP_utilities.hpp.
| virtual flopc::Functor::~Functor | ( | ) | [inline, protected, virtual] |
Definition at line 34 of file MP_utilities.hpp.
| flopc::Functor::Functor | ( | const Functor & | ) | [protected] |
| virtual void flopc::Functor::operator() | ( | ) | const [pure virtual] |
Reimplemented in flopc::DataRef, and flopc::MP_data.
1.6.1