xronos-sdk 0.6.0
Xronos C++ SDK
Loading...
Searching...
No Matches
xronos::sdk::RuntimeProvider Struct Referenceabstract

Abstract interface for providing a concrete runtime instance. More...

#include <xronos/sdk/runtime_provider.hh>

Inheritance diagram for xronos::sdk::RuntimeProvider:
[legend]

Public Member Functions

virtual auto get_runtime () const noexcept -> std::unique_ptr< runtime::Runtime >=0
 Get a runtime instance.

Detailed Description

Abstract interface for providing a concrete runtime instance.

An implementation of this interface can be passed to Environment::execute() to provide a runtime for execution.


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