Contents

removeObject

Remove an object by key from the dictionary.

Declaration

void removeObject(const OSObject *aKey);

Parameters

  • aKey:

    An object pointer used to lookup the object. The key should be uniqued within the dictionary. Usually an OSString is passed as the key.

Discussion

An object in the dictionary with the given key object is removed and released.

See Also

Accessing Keys and Values