Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::FunctorT< T > Class Template Reference

Public Types

typedef void(T::* FuncPtr) ()
 Type of the method pointer.

Public Member Functions

 FunctorT (T *object, FuncPtr funcptr)
 Constructor.
Public Member Functions inherited from Arcane::IFunctor
virtual ~IFunctor ()
 Releases resources.

Protected Member Functions

void executeFunctor () override
 Executes the associated method.

Detailed Description

template<typename T>
class Arcane::FunctorT< T >

Definition at line 35 of file arccore/src/base/arccore/base/Functor.h.

Member Typedef Documentation

◆ FuncPtr

template<typename T>
typedef void(T::* Arcane::FunctorT< T >::FuncPtr) ()

Type of the method pointer.

Definition at line 40 of file arccore/src/base/arccore/base/Functor.h.

Constructor & Destructor Documentation

◆ FunctorT()

template<typename T>
Arcane::FunctorT< T >::FunctorT ( T * object,
FuncPtr funcptr )
inline

Constructor.

Definition at line 45 of file arccore/src/base/arccore/base/Functor.h.

◆ ~FunctorT()

template<typename T>
Arcane::FunctorT< T >::~FunctorT ( )
inlineoverride

Definition at line 50 of file arccore/src/base/arccore/base/Functor.h.

Member Function Documentation

◆ executeFunctor()

template<typename T>
void Arcane::FunctorT< T >::executeFunctor ( )
inlineoverrideprotectedvirtual

Executes the associated method.

Implements Arcane::IFunctor.

Definition at line 55 of file arccore/src/base/arccore/base/Functor.h.


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