private:const OSSymbol *className;
OSSymbol of the class' name.
private:unsigned int classSize;
How big is a single instancde of this class.
private:mutable unsigned int instanceCount;
Roughly number of instances of the object. Used primarily as a code in use flag.
private:OSMetaClass *superClass;
Handle to the superclass' meta class.
© 2000 Apple Computer, Inc. (Last Updated 2/23/2000)