CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Functions
CYB Namespace Reference

Encapsulates the engine in it's entirety. More...

Namespaces

 API
 Namespace containing the public API define EXPLICIT_API_USAGE to prevent automatic 'using'.
 
 Engine
 Encapsulates platform agnostic engine functions.
 
 Exception
 The namespace containing engine exception classes.
 
 Platform
 Namespace containing engine Platform functions.
 

Functions

Engine::CoreCore (void) noexcept
 Retrieve the Core singleton. More...
 

Detailed Description

Encapsulates the engine in it's entirety.

Function Documentation

CYB::Engine::Core & CYB::Core ( void  )
noexcept

Retrieve the Core singleton.

Returns
A reference to the Core singleton
Thread Safety
This function requires no thread safety

Definition at line 69 of file CYBCore.cpp.

69  {
70  return Engine::Core::GetCore();
71 }

Here is the call graph for this function:

Here is the caller graph for this function: