Contents

initWithString

Overridden to prevent creation of duplicate symbols.

Declaration

virtual bool initWithString(
 const OSString *aString);

Parameters

  • aString:

    Unused.

Return Value

false.

Overview

Overrides OSString's implementation to prevent creation of distinct OSSymbols with the same string value.

See Also

Miscellaneous