ObjFW
Loading...
Searching...
No Matches
Classes | Typedefs
OFMutableArray.h File Reference
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 Documentation

◆ OFArrayReplaceBlock

typedef id(^ OFArrayReplaceBlock) (id object, size_t index)

A block for replacing values in an OFMutableArray.

Parameters
objectThe object to replace
indexThe index of the object to replace
Returns
The object to replace the object with