sqrat  0.9
sqrat
 All Classes Functions Variables Enumerations Enumerator Pages
Static Public Member Functions | List of all members
Sqrat::DefaultVM Class Reference

Helper class that defines a VM that can be used as a fallback VM in case no other one is given to a piece of code. More...

#include <sqratUtil.h>

Static Public Member Functions

static HSQUIRRELVM Get ()
 
static void Set (HSQUIRRELVM vm)
 

Detailed Description

Helper class that defines a VM that can be used as a fallback VM in case no other one is given to a piece of code.

Member Function Documentation

static HSQUIRRELVM Sqrat::DefaultVM::Get ( )
inlinestatic

Gets the default VM

Returns
Default VM
static void Sqrat::DefaultVM::Set ( HSQUIRRELVM  vm)
inlinestatic

Sets the default VM to a given VM

Parameters
vmNew default VM

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