Standalone implementation of 'IAcceleratorMng.h'. More...
#include <arcane/launcher/StandaloneAcceleratorMng.h>
Classes | |
| class | Impl |
Public Member Functions | |
| ITraceMng * | traceMng () const |
| Associated trace manager. | |
| IAcceleratorMng * | acceleratorMng () const |
| Associated accelerator manager. | |
Friends | |
| class | ArcaneLauncher |
Standalone implementation of 'IAcceleratorMng.h'.
Instances of this class are created by ArcaneLauncher::createStandaloneAcceleratorMng().
This class uses a reference semantics.
This instance allows using the Arcane functionalities managing the accelerators without being forced to create a classic Arcane application.
Definition at line 42 of file StandaloneAcceleratorMng.h.
| Arcane::StandaloneAcceleratorMng::StandaloneAcceleratorMng | ( | ) |
Definition at line 56 of file StandaloneAcceleratorMng.cc.
| IAcceleratorMng * Arcane::StandaloneAcceleratorMng::acceleratorMng | ( | ) | const |
Associated accelerator manager.
Definition at line 75 of file StandaloneAcceleratorMng.cc.
| ITraceMng * Arcane::StandaloneAcceleratorMng::traceMng | ( | ) | const |
Associated trace manager.
Definition at line 66 of file StandaloneAcceleratorMng.cc.
|
friend |
Definition at line 44 of file StandaloneAcceleratorMng.h.