18 #import "OFMessagePackRepresentation.h"
20 OF_ASSUME_NONNULL_BEGIN
37 #ifdef OF_HAVE_PROPERTIES
38 @property (readonly) int8_t type;
50 + (instancetype)extensionWithType: (int8_t)type
61 - initWithType: (int8_t)type
The root class for all other classes inside ObjFW.
Definition: OFObject.h:364
A class for representing the MessagePack extension type.
Definition: OFMessagePackExtension.h:30
A class for storing arbitrary data in an array.
Definition: OFDataArray.h:37
A protocol implemented by classes that support encoding to a MessagePack representation.
Definition: OFMessagePackRepresentation.h:30
A protocol for the creation of copies.
Definition: OFObject.h:896