18OF_ASSUME_NONNULL_BEGIN
29OF_SUBCLASSING_RESTRICTED
65- (void)setArgument: (const
void *)buffer atIndex: (
size_t)index;
73- (void)getArgument: (
void *)buffer atIndex: (
size_t)index;
80- (void)setReturnValue: (const
void *)buffer;
87- (void)getReturnValue: (
void *)buffer;
A class for storing and accessing invocations, and invoking them.
Definition OFInvocation.h:31
A class for parsing type encodings and accessing them.
Definition OFMethodSignature.h:29
An abstract class for storing, adding and removing objects in an array.
Definition OFMutableArray.h:44
A class for storing and manipulating arbitrary data in an array.
Definition OFMutableData.h:26
The root class for all other classes inside ObjFW.
Definition OFObject.h:688