MURE
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
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 More...
 
virtual void Call ()=0
 call using function More...
 
virtual ~TFunctor ()
 

Detailed Description

Abstract class to define Functor (function of function).

One can not define instance of this class because method are purely abstracted ; One has to use derived classes of TFunctor base choice.

Author
PTO
Version
0.1

Constructor & Destructor Documentation

virtual TFunctor::~TFunctor ( )
inlinevirtual

Member Function Documentation

virtual void TFunctor::Call ( )
pure virtual

call using function

Implemented in TSpecificFunctor< T >.

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.8.5 - Mon Nov 17 2014