Contents

removeObject

Removes an object from the set.

Declaration

virtual void removeObject(
 const OSMetaClassBase *anObject);

Parameters

  • anObject:

    The OSMetaClassBase-derived object to be removed from the set.

Overview

The object removed from the set is released.

See Also

Miscellaneous