16 #ifndef OBJFW_OF_CONSTANT_STRING_H
17 #define OBJFW_OF_CONSTANT_STRING_H
21 OF_ASSUME_NONNULL_BEGIN
23 #if !defined(OF_CONSTANT_STRING_M) && \
24 defined(OF_APPLE_RUNTIME) && !defined(__OBJC2__)
28 extern void *_OFConstantStringClassReference;
40 OF_SUBCLASSING_RESTRICTED
44 unsigned int _cStringLength;
A class for storing constant strings using the @"" literal.
Definition: OFConstantString.h:42
A class for handling strings.
Definition: OFString.h:132