MURE
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TFunctor Class Referenceabstract

Abstract class to define Functor (function of function). More...

#include <TFunctor.hxx>

Inheritance diagram for TFunctor:
TSpecificFunctor< T >

Public Member Functions

virtual void operator() ()=0
 call using operator
 
virtual void Call ()=0
 call using function
 
virtual ~TFunctor ()=default
 Virtual destructor to avoid GCC 4.0 warnings.
 

Detailed Description

Abstract class to define Functor (function of function).

One can not define instance of this class because method are purely abstract ; One has to use derivated classes of TFunctor.

Author
PTO
Version
0.1

Constructor & Destructor Documentation

◆ ~TFunctor()

virtual TFunctor::~TFunctor ( )
virtualdefault

Virtual destructor to avoid GCC 4.0 warnings.

Member Function Documentation

◆ Call()

virtual void TFunctor::Call ( )
pure virtual

call using function

Implemented in TSpecificFunctor< T >.

◆ operator()()

virtual void TFunctor::operator() ( )
pure virtual

call using operator

Implemented in TSpecificFunctor< T >.


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

MURE Project, documentation generated by Doxygen 1.9.7 - Fri Jan 19 2024