18 OF_ASSUME_NONNULL_BEGIN
20 @class OFArray OF_GENERIC(ObjectType);
29 OF_SUBCLASSING_RESTRICTED
41 - (instancetype)init OF_UNAVAILABLE;
68 defaultValue: (nullable
OFString *)defaultValue;
82 - (
long long)longLongForKey: (
OFString *)key
83 defaultValue: (
long long)defaultValue;
97 - (bool)boolForKey: (
OFString *)key defaultValue: (
bool)defaultValue;
111 - (float)floatForKey: (
OFString *)key defaultValue: (
float)defaultValue;
125 - (double)doubleForKey: (
OFString *)key defaultValue: (
double)defaultValue;
160 - (void)setLongLong: (
long long)longLong forKey: (
OFString *)key;
171 - (void)setBool: (
bool)bool_ forKey: (
OFString *)key;
182 - (void)setFloat: (
float)float_ forKey: (
OFString *)key;
193 - (void)setDouble: (
double)double_ forKey: (
OFString *)key;
218 - (void)removeValueForKey: (
OFString *)key;
221 OF_ASSUME_NONNULL_END
An abstract class for storing objects in an array.
Definition: OFArray.h:92
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:520
A class for handling strings.
Definition: OFString.h:132