18OF_ASSUME_NONNULL_BEGIN
36@property (nonatomic, copy)
OFString *stringValue;
43@property (readonly, nonatomic)
long long longLongValue;
51@property (readonly, nonatomic)
unsigned long long unsignedLongLongValue;
58@property (readonly, nonatomic)
float floatValue;
65@property (readonly, nonatomic)
double doubleValue;
74@property (readonly, nonatomic)
OFString *XMLString;
76- (instancetype)init OF_UNAVAILABLE;
89- (
long long)longLongValueWithBase: (
unsigned char)base;
102- (
unsigned long long)unsignedLongLongValueWithBase: (
unsigned char)base;
The root class for all other classes inside ObjFW.
Definition OFObject.h:688
A class for handling strings.
Definition OFString.h:135
A class which stores an XML element.
Definition OFXMLNode.h:27
A protocol for the creation of copies.
Definition OFObject.h:1346