22OF_ASSUME_NONNULL_BEGIN
24@class OFArray OF_GENERIC(ObjectType);
45- (instancetype)init OF_UNAVAILABLE;
72 defaultValue: (nullable
OFString *)defaultValue;
88- (
long long)longLongValueForKey: (
OFString *)key
89 defaultValue: (
long long)defaultValue;
105- (bool)boolValueForKey: (
OFString *)key defaultValue: (
bool)defaultValue;
121- (float)floatValueForKey: (
OFString *)key defaultValue: (
float)defaultValue;
137- (double)doubleValueForKey: (
OFString *)key defaultValue: (
double)defaultValue;
172- (void)setLongLongValue: (
long long)longLongValue forKey: (
OFString *)key;
183- (void)setBoolValue: (
bool)boolValue forKey: (
OFString *)key;
194- (void)setFloatValue: (
float)floatValue forKey: (
OFString *)key;
205- (void)setDoubleValue: (
double)doubleValue forKey: (
OFString *)key;
230- (void)removeValueForKey: (
OFString *)key;
An abstract class for storing objects in an array.
Definition OFArray.h:109
A class for representing a section of an INI file.
Definition OFINISection.h:34
An abstract class for storing, adding and removing objects in an array.
Definition OFMutableArray.h:48
The root class for all other classes inside ObjFW.
Definition OFObject.h:692
A class for handling strings.
Definition OFString.h:143