OpenFin C++ Adapter 1.2.3 |
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 |