22 OF_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;
233 OF_ASSUME_NONNULL_END
An abstract class for storing objects in an array.
Definition: OFArray.h:107
The root class for all other classes inside ObjFW.
Definition: OFObject.h:690
An abstract class for storing, adding and removing objects in an array.
Definition: OFMutableArray.h:47
A class for handling strings.
Definition: OFString.h:142
A class for representing a section of an INI file.
Definition: OFINISection.h:33