Contents

removeObject(const OSSymbol *)

Removes a key/object pair from the dictionary.

Declaration

virtual void removeObject(
 const OSSymbol *aKey);

Parameters

  • aKey:

    An OSSymbol identifying the object to be removed from the dictionary.

Overview

The removed key (not necessarily aKey itself) and object are automatically released.

See Also

Miscellaneous