Enrollment 28.2.0
Loading...
Searching...
No Matches
GlobalIrisExecutor Class Reference

Holds instance of IrisExecutor. More...

#include <IrisExecutor.h>

Collaboration diagram for GlobalIrisExecutor:

Static Public Member Functions

static std::shared_ptr< IrisExecutor > Get ()
 Provides current executor.
static void Set (std::shared_ptr< IrisExecutor > executor)
 Sets new global executor.

Detailed Description

Holds instance of IrisExecutor.

When executor is not set then default one is LocalIrisExecutor. The class is singletone.

Member Function Documentation

◆ 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
executornew executor to store
Exceptions
NullArgumentExceptionwhen given executor is null

The documentation for this class was generated from the following file: