#include <vm.h>
A helper struct to initialized a virtual machine. Can be initialized by a predefined enum, or a given custom runtime object.
Public Member Functions | |
| MAXON_IMPLICIT | LoadRuntime (DEFAULTRUNTIME defaultRuntime) |
| MAXON_IMPLICIT | LoadRuntime (const Runtime &runtime) |
| const Runtime * | GetRuntime () const |
| DEFAULTRUNTIME | GetDefaultRuntime () const |
Private Attributes | |
| DEFAULTRUNTIME | _defaultRuntime |
| const Url | _runtimePath |
| const Runtime * | _runtime |
| MAXON_IMPLICIT LoadRuntime | ( | DEFAULTRUNTIME | defaultRuntime | ) |
| MAXON_IMPLICIT LoadRuntime | ( | const Runtime & | runtime | ) |
| const Runtime* GetRuntime | ( | ) | const |
| DEFAULTRUNTIME GetDefaultRuntime | ( | ) | const |
|
private |
|
private |
|
private |