22 OF_ASSUME_NONNULL_BEGIN
33 OF_SUBCLASSING_RESTRICTED
69 - (void)setArgument: (const
void *)buffer atIndex: (
size_t)index;
77 - (void)getArgument: (
void *)buffer atIndex: (
size_t)index;
84 - (void)setReturnValue: (const
void *)buffer;
91 - (void)getReturnValue: (
void *)buffer;
The root class for all other classes inside ObjFW.
Definition: OFObject.h:690
A class for parsing type encodings and accessing them.
Definition: OFMethodSignature.h:32
An abstract class for storing, adding and removing objects in an array.
Definition: OFMutableArray.h:47
A class for storing and manipulating arbitrary data in an array.
Definition: OFMutableData.h:29
A class for storing and accessing invocations, and invoking them.
Definition: OFInvocation.h:34