Contents

getMetaClass

Returns the OSMetaClass representing an OSMetaClassBase subclass.

Declaration

virtual const OSMetaClass * getMetaClass() const = 0;

Overview

OSObject overrides this abstract member function to return the OSMetaClass object that represents each class for run-time typing.

See Also

Miscellaneous