Namespaces | |
namespace | System |
Classes | |
class | System::Object |
The base of all objects in the engine. More... | |
Enumerations | |
enum | System::E_ObjectFlags { System::OBJECT_Public = 0x00000001, System::OBJECT_Managed = 0x00000002, System::OBJECT_Unreachable = 0x00000004, System::OBJECT_Transient = 0x00000008, System::OBJECT_Destroyed = 0x00000010, System::OBJECT_Keep = 0x00000020 } |
Flags describing an Object. More... | |
enum | System::E_ClassFlags { System::CLASS_Abstract = 0x00000001, System::CLASS_Transient = 0x00000002, System::CLASS_Config = 0x00000004, System::CLASS_ObjectConfig = 0x00000008 } |
Flags describing a Class. More... | |
enum | System::E_PropertyFlags { System::PROPERTY_Transient = 0x00000001, System::PROPERTY_Config = 0x00000002 } |
Flags describing a Property. More... |