System::Class Class Reference

Classifcation information for objects.

#include <Class.hpp>

Inheritance diagram for System::Class:

System::Struct System::Object

List of all members.

Public Types

typedef VOID(* ConstructorFunction )(PVOID Object)
typedef VOID(Object::* StaticConstructorFunction )()

Public Attributes

DWORD Flags
Chunk Defaults
ConstructorFunction Constructor
StaticConstructorFunction ConstructorStatic


Member Typedef Documentation

typedef VOID( * System::Class::ConstructorFunction)(PVOID Object)

The prototype for a internal constructor.

typedef VOID( Object::* System::Class::StaticConstructorFunction)()

The prototype for a static constructor.


Member Data Documentation

DWORD System::Class::Flags

Class flags.

Reimplemented from System::Object.

Chunk System::Class::Defaults

Class defaults.

ConstructorFunction System::Class::Constructor

The constructor to be called after the class is instantiated.

StaticConstructorFunction System::Class::ConstructorStatic

The static constructor to be called after class registration.


The documentation for this class was generated from the following files:
Generated on Wed Dec 5 14:53:01 2007 for Aerospace Engine by  doxygen 1.5.3