OpenFin C++ Adapter 1.1.0 |
A factory for creating runtime instances from a set of runtime options. More...
#include <OpenFinAdapter.h>
Public Member Functions | |
shared_ptr< Runtime > | getRuntimeInstance (const RuntimeOptions &runtimeOptions) |
Gets a runtime instance for the given options. | |
A factory for creating runtime instances from a set of runtime options.
shared_ptr< Runtime > OpenFinAdapterApi::RuntimeFactory::getRuntimeInstance | ( | const RuntimeOptions & | runtimeOptions | ) |
Gets a runtime instance for the given options.
runtimeOptions | The options used to create the runtime instance |