Interface of a functor with an argument but without a return value. More...
#include <arccore/base/IFunctor.h>
Public Member Functions | |
| virtual | ~IFunctorWithArgumentT () |
| Releases resources. | |
| virtual void | executeFunctor (ArgType arg)=0 |
| Executes the associated method. | |
Interface of a functor with an argument but without a return value.
Definition at line 52 of file arccore/src/base/arccore/base/IFunctor.h.
|
inlinevirtual |
Releases resources.
Definition at line 57 of file arccore/src/base/arccore/base/IFunctor.h.
|
inlineprotected |
Definition at line 61 of file arccore/src/base/arccore/base/IFunctor.h.
|
pure virtual |
Executes the associated method.
Implemented in Arcane::FunctorWithArgumentT< ClassType, ArgType >, Arcane::StdFunctorWithArgumentT< ArgType >, Arccore::FunctorWithArgumentT< ClassType, ArgType >, and Arccore::StdFunctorWithArgumentT< ArgType >.