CyberEngineMkIII
|
Class which is used as an API for the engine. More...
#include <Context.hpp>
Public Member Functions | |
Context (const Context &)=delete | |
See Default Constructors and Destructor. | |
Static Public Member Functions | |
static Context & | GetContext (void) noexcept |
Get the API's Context. More... | |
Public Attributes | |
Allocator & | FAllocator |
The Allocator. | |
Logger & | FLogger |
The Logger. | |
Protected Member Functions | |
Context (Allocator &AAllocator, Logger &ALogger) noexcept | |
Setup the context. More... | |
Static Private Attributes | |
static Context * | FContext |
The context reference for the unit. This is not used inside the engine. | |
Class which is used as an API for the engine.
Definition at line 7 of file Context.hpp.
|
staticnoexcept |
Definition at line 35 of file CYBInterop.cpp.