22OF_ASSUME_NONNULL_BEGIN
40@property (nonatomic, copy)
OFString *stringValue;
47@property (readonly, nonatomic)
long long longLongValue;
55@property (readonly, nonatomic)
unsigned long long unsignedLongLongValue;
62@property (readonly, nonatomic)
float floatValue;
69@property (readonly, nonatomic)
double doubleValue;
78@property (readonly, nonatomic)
OFString *XMLString;
80- (instancetype)init OF_UNAVAILABLE;
93- (
long long)longLongValueWithBase: (
unsigned char)base;
106- (
unsigned long long)unsignedLongLongValueWithBase: (
unsigned char)base;
The root class for all other classes inside ObjFW.
Definition OFObject.h:692
A class for handling strings.
Definition OFString.h:143
A class which stores an XML element.
Definition OFXMLNode.h:31
A protocol for the creation of copies.
Definition OFObject.h:1350