18OF_ASSUME_NONNULL_BEGIN
20@class OFArray OF_GENERIC(ObjectType);
29OF_SUBCLASSING_RESTRICTED
41- (instancetype)init OF_UNAVAILABLE;
68 defaultValue: (nullable
OFString *)defaultValue;
84- (
long long)longLongValueForKey: (
OFString *)key
85 defaultValue: (
long long)defaultValue;
101- (bool)boolValueForKey: (
OFString *)key defaultValue: (
bool)defaultValue;
117- (float)floatValueForKey: (
OFString *)key defaultValue: (
float)defaultValue;
133- (double)doubleValueForKey: (
OFString *)key defaultValue: (
double)defaultValue;
168- (void)setLongLongValue: (
long long)longLongValue forKey: (
OFString *)key;
179- (void)setBoolValue: (
bool)boolValue forKey: (
OFString *)key;
190- (void)setFloatValue: (
float)floatValue forKey: (
OFString *)key;
201- (void)setDoubleValue: (
double)doubleValue forKey: (
OFString *)key;
226- (void)removeValueForKey: (
OFString *)key;
An abstract class for storing objects in an array.
Definition OFArray.h:105
A class for representing a category of an INI file.
Definition OFINICategory.h:31
An abstract class for storing, adding and removing objects in an array.
Definition OFMutableArray.h:44
The root class for all other classes inside ObjFW.
Definition OFObject.h:688
A class for handling strings.
Definition OFString.h:135