objc

Data Structures
NXConstantString+Protocol.h File Reference

Defines the NXConstantStringProtocol for constant string functionality. More...

Go to the source code of this file.

Data Structures

protocol  <NXConstantStringProtocol>
 Protocol for constant string objects. More...
 

Detailed Description

Defines the NXConstantStringProtocol for constant string functionality.

This file defines the NXConstantStringProtocol which provides a standardized interface for constant string objects in the NXFoundation framework. Classes conforming to this protocol must implement basic string access methods.

The protocol is designed to enable polymorphic behavior among different constant string classes, allowing them to be used interchangeably in contexts where basic string operations are needed.

Definition in file NXConstantString+Protocol.h.