|
ObjFW
|
#import "OFArray.h"Go to the source code of this file.
Classes | |
| class | OFMutableArray |
| An abstract class for storing, adding and removing objects in an array. More... | |
Typedefs | |
| typedef id(^ | OFArrayReplaceBlock) (id object, size_t index) |
| A block for replacing values in an OFMutableArray. | |
| typedef id(^ OFArrayReplaceBlock) (id object, size_t index) |
A block for replacing values in an OFMutableArray.
| object | The object to replace |
| index | The index of the object to replace |