Contents

initWithCStringNoCopy

Overridden to prevent creation of duplicate symbols.

Declaration

virtual bool initWithCStringNoCopy(
 const char *cString);

Parameters

  • cString:

    Unused.

Return Value

false.

Overview

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

See Also

Miscellaneous