Fonctor pour une tâche prenant un TaskContext en argument. Plus de détails...
Graphe d'héritage de Arcane::TaskFunctorWithContext< InstanceType >:
Graphe de collaboration de Arcane::TaskFunctorWithContext< InstanceType >:Types publics | |
| typedef void(InstanceType::* | FunctorType) (const TaskContext &tc) |
Fonctions membres publiques | |
| TaskFunctorWithContext (InstanceType *instance, FunctorType func) | |
| void | executeFunctor (const TaskContext &tc) override |
| Exécute la méthode associé | |
| ITaskFunctor * | clone (void *buffer, Integer size) override |
Attributs privés | |
| InstanceType * | m_instance = nullptr |
| FunctorType | m_function |
Membres hérités additionnels | |
Fonctions membres protégées hérités de Arcane::ITaskFunctor | |
| ITaskFunctor (const ITaskFunctor &)=default | |
Fonctor pour une tâche prenant un TaskContext en argument.
| typedef void(InstanceType::* Arcane::TaskFunctorWithContext< InstanceType >::FunctorType) (const TaskContext &tc) |
|
inline |
|
inlineoverridevirtual |
Implémente Arcane::ITaskFunctor.
|
inlineoverridevirtual |
Exécute la méthode associé
Implémente Arcane::ITaskFunctor.
|
private |
|
private |