22 OF_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;
109 OF_ASSUME_NONNULL_END
The root class for all other classes inside ObjFW.
Definition: OFObject.h:690
A class for handling strings.
Definition: OFString.h:142
A class which stores an XML element.
Definition: OFXMLNode.h:29
A protocol for the creation of copies.
Definition: OFObject.h:1350