PSCF v1.1
Public Member Functions | List of all members
Util::IFunctor< void > Class Referenceabstract

Interface for functor that wraps a void function with no arguments (abstract). More...

#include <IFunctor.h>

Inheritance diagram for Util::IFunctor< void >:
Util::MethodFunctor< Object, void >

Public Member Functions

virtual ~IFunctor ()
 Destructor (virtual) More...
 
virtual void operator() ()=0
 Call a specific member function with one parameter. More...
 

Detailed Description

Interface for functor that wraps a void function with no arguments (abstract).

The operator () invokes the associated zero-parameter function.

Definition at line 50 of file IFunctor.h.

Constructor & Destructor Documentation

◆ ~IFunctor()

virtual Util::IFunctor< void >::~IFunctor ( )
inlinevirtual

Destructor (virtual)

Definition at line 57 of file IFunctor.h.

Member Function Documentation

◆ operator()()

virtual void Util::IFunctor< void >::operator() ( )
pure virtual

Call a specific member function with one parameter.

Implemented in Util::MethodFunctor< Object, void >.


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