FlopCpp trunk
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
flopc::Functor Class Referenceabstract

Function object. More...

#include <MP_utilities.hpp>

+ Inheritance diagram for flopc::Functor:

Public Member Functions

virtual void operator() () const =0
 

Protected Member Functions

 Functor ()
 
virtual ~Functor ()
 

Detailed Description

Function object.

Often used

Note
is the base class for passing a fucntion object around.

Definition at line 26 of file MP_utilities.hpp.

Constructor & Destructor Documentation

◆ Functor()

flopc::Functor::Functor ( )
inlineprotected

Definition at line 30 of file MP_utilities.hpp.

◆ ~Functor()

virtual flopc::Functor::~Functor ( )
inlineprotectedvirtual

Definition at line 31 of file MP_utilities.hpp.

Member Function Documentation

◆ operator()()

virtual void flopc::Functor::operator() ( ) const
pure virtual

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