Contents

removeObject(const OSString *)

Removes a key/object pair from the dictionary.

Declaration

virtual void removeObject(
 const OSString *aKey);

Parameters

  • aKey:

    A OSString 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