22OF_ASSUME_NONNULL_BEGIN
33OF_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;
A class for storing and accessing invocations, and invoking them.
Definition OFInvocation.h:35
A class for parsing type encodings and accessing them.
Definition OFMethodSignature.h:33
An abstract class for storing, adding and removing objects in an array.
Definition OFMutableArray.h:48
A class for storing and manipulating arbitrary data in an array.
Definition OFMutableData.h:30
The root class for all other classes inside ObjFW.
Definition OFObject.h:692