ObjFW
Loading...
Searching...
No Matches
Properties | List of all members
<OFNSToOFBridging> Protocol Reference

A protocol implemented by classes supporting bridging Foundation objects to ObjFW objects. More...

#include <ObjFWBridge/ObjFWBridge.h>

Inherited by NSArray(OFObject), NSData(OFObject), NSDate(OFObject), NSDictionary(OFObject), NSEnumerator(OFObject), NSNumber(OFObject), NSSet(OFObject), and NSString(OFObject).

Properties

id OFObject
 An instance of an ObjFW object corresponding to the object.
 

Detailed Description

A protocol implemented by classes supporting bridging Foundation objects to ObjFW objects.

Property Documentation

◆ OFObject

- (id) OFObject
readnonatomicassign

An instance of an ObjFW object corresponding to the object.

If possible, the original object is wrapped. If this is not possible, an autoreleased copy is created.


The documentation for this protocol was generated from the following file: