Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::StdFunctorWithArgumentT< ArgType > Class Template Reference

Public Member Functions

 StdFunctorWithArgumentT (const std::function< void(ArgType)> &function)
 Constructor.
Public Member Functions inherited from Arcane::IFunctorWithArgumentT< ArgType >
virtual ~IFunctorWithArgumentT ()
 Releases resources.

Protected Member Functions

void executeFunctor (ArgType arg)
 Executes the associated method.
Protected Member Functions inherited from Arcane::IFunctorWithArgumentT< ArgType >
 IFunctorWithArgumentT (const IFunctorWithArgumentT< ArgType > &rhs)=default
IFunctorWithArgumentT< ArgType > & operator= (const IFunctorWithArgumentT< ArgType > &rhs)=default

Detailed Description

template<typename ArgType>
class Arcane::StdFunctorWithArgumentT< ArgType >

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

Constructor & Destructor Documentation

◆ StdFunctorWithArgumentT()

template<typename ArgType>
Arcane::StdFunctorWithArgumentT< ArgType >::StdFunctorWithArgumentT ( const std::function< void(ArgType)> & function)
inline

Constructor.

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

Member Function Documentation

◆ executeFunctor()

template<typename ArgType>
void Arcane::StdFunctorWithArgumentT< ArgType >::executeFunctor ( ArgType arg)
inlineprotectedvirtual

Executes the associated method.

Implements Arcane::IFunctorWithArgumentT< ArgType >.

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


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