The core namespace. More...
Classes | |
class | cFrameLimiter |
This class manages the time. More... | |
class | cProcessManager |
This class manages all the processes. More... | |
class | cStateManager |
This class manages all the states. More... | |
class | cTimer |
The timer class whis is handled by SPACE::Core::cTimerManager. More... | |
class | cTimerManager |
Manages the cTimer. More... | |
class | TSingleton |
A Singleton Class. More... | |
struct | sProcess |
Saves a process Used by: cProcessManager. More... | |
struct | sState |
Saves a State Used by: cStateManager. More... | |
Enumerations | |
enum | ePurpose { STOP_PURPOSE = 0, INIT_PURPOSE, RUN_PURPOSE, START_PURPOSE, REPEAT_PURPOSE, END_PURPOSE, FORCED_END_PURPOSE, NO_PURPOSE } |
The purpose why a Manager class called a function. More... |
The core namespace.
This namespace consits of the System core. It handles the time, the frames, the processes and the states.
The purpose why a Manager class called a function.