#include <Kernel.h>
Public Types | |
| enum | EState |
Public Member Functions | |
| Instance () | |
| ~Instance () | |
| void | Shutdown () |
Static Public Member Functions | |
| static bool | HasShutdown () |
| static EState | State () |
Private Member Functions | |
| Instance (Instance *createSingleton) | |
Static Private Member Functions | |
| static Instance & | CreateReflexInstance () |
Static Private Attributes | |
| static Instance * | fgSingleton |
| static EState | fgState |
Definition at line 217 of file Kernel.h.
| Reflex::Instance::Instance | ( | ) |
default constructor
| Reflex::Instance::~Instance | ( | ) |
destructor
| Reflex::Instance::Instance | ( | Instance * | createSingleton | ) | [private] |
| static bool Reflex::Instance::HasShutdown | ( | ) | [static] |
return true if Reflex has shutdown (end of process)
| void Reflex::Instance::Shutdown | ( | ) |
| static Instance& Reflex::Instance::CreateReflexInstance | ( | ) | [static, private] |
Instance* Reflex::Instance::fgSingleton [static, private] |
EState Reflex::Instance::fgState [static, private] |
1.5.1