Holds instance of IrisExecutor.
More...
#include <IrisExecutor.h>
|
| static std::shared_ptr< IrisExecutor > | Get () |
| | Provides current executor.
|
| static void | Set (std::shared_ptr< IrisExecutor > executor) |
| | Sets new global executor.
|
Holds instance of IrisExecutor.
When executor is not set then default one is LocalIrisExecutor. The class is singletone.
◆ Get()
| std::shared_ptr< IrisExecutor > Get |
( |
| ) |
|
|
inlinestatic |
Provides current executor.
- Returns
- current executor
◆ Set()
| void Set |
( |
std::shared_ptr< IrisExecutor > | executor | ) |
|
|
inlinestatic |
Sets new global executor.
- Parameters
-
| executor | new executor to store |
- Exceptions
-
| NullArgumentException | when given executor is null |
The documentation for this class was generated from the following file: