Public Member Functions | |
| ArcaneLauncherDirectExecuteFunctor (std::function< int(DirectSubDomainExecutionContext &)> func) | |
| int | execute () override |
| Executes the functor's operation. | |
| void | setSubDomain (ISubDomain *sd) override |
| Positions the associated subdomain. This method must be called before execute(). | |
Public Attributes | |
| ISubDomain * | m_sub_domain = nullptr |
Definition at line 271 of file ArcaneLauncher.cc.
|
inline |
Definition at line 276 of file ArcaneLauncher.cc.
|
inlineoverridevirtual |
Executes the functor's operation.
Implements Arcane::IDirectSubDomainExecuteFunctor.
Definition at line 282 of file ArcaneLauncher.cc.
References ARCANE_FATAL.
|
inlineoverridevirtual |
Positions the associated subdomain. This method must be called before execute().
Implements Arcane::IDirectSubDomainExecuteFunctor.
Definition at line 289 of file ArcaneLauncher.cc.
| ISubDomain* Arcane::ArcaneLauncherDirectExecuteFunctor::m_sub_domain = nullptr |
Definition at line 297 of file ArcaneLauncher.cc.