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. | |
Definition at line 35 of file arccore/src/base/arccore/base/Functor.h.
| 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.
|
inline |
Constructor.
Definition at line 45 of file arccore/src/base/arccore/base/Functor.h.
|
inlineoverride |
Definition at line 50 of file arccore/src/base/arccore/base/Functor.h.
|
inlineoverrideprotectedvirtual |
Executes the associated method.
Implements Arcane::IFunctor.
Definition at line 55 of file arccore/src/base/arccore/base/Functor.h.