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 270 of file ArcaneLauncher.cc.
|
inline |
Definition at line 275 of file ArcaneLauncher.cc.
|
inlineoverridevirtual |
Executes the functor's operation.
Implements Arcane::IDirectSubDomainExecuteFunctor.
Definition at line 281 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 288 of file ArcaneLauncher.cc.
| ISubDomain* Arcane::ArcaneLauncherDirectExecuteFunctor::m_sub_domain = nullptr |
Definition at line 296 of file ArcaneLauncher.cc.