Object.hpp File Reference

Object class declaration. More...


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...


Detailed Description

Declaration of the base object class.
Generated on Wed Dec 5 14:52:58 2007 for Aerospace Engine by  doxygen 1.5.3