#include <OVR_System.h>
Public Member Functions | |
System (Log *log=Log::ConfigureDefaultLog(LogMask_Debug), Allocator *palloc=DefaultAllocator::InitSystemSingleton()) | |
~System () | |
Static Public Member Functions | |
static void OVR_CDECL | Destroy () |
static void OVR_CDECL | Init (Log *log=Log::ConfigureDefaultLog(LogMask_Debug), Allocator *palloc=DefaultAllocator::InitSystemSingleton()) |
static bool OVR_CDECL | IsInitialized () |
Definition at line 36 of file OVR_System.h.
OVR::System::System | ( | Log * | log = Log::ConfigureDefaultLog(LogMask_Debug) , |
Allocator * | palloc = DefaultAllocator::InitSystemSingleton() |
||
) | [inline] |
Definition at line 41 of file OVR_System.h.
OVR::System::~System | ( | ) | [inline] |
Definition at line 47 of file OVR_System.h.
void OVR::System::Destroy | ( | ) | [static] |
Definition at line 40 of file OVR_System.cpp.
void OVR::System::Init | ( | Log * | log = Log::ConfigureDefaultLog(LogMask_Debug) , |
Allocator * | palloc = DefaultAllocator::InitSystemSingleton() |
||
) | [static] |
Definition at line 26 of file OVR_System.cpp.
bool OVR::System::IsInitialized | ( | ) | [static] |
Definition at line 64 of file OVR_System.cpp.