Nu Class Reference

NuReference

Superclass: NSObject
Declared in: objc/Nu.h

Methods

- (void) retainReferencedObject
Retain the referenced object. Used by the bridge to Objective-C to retain values returned by reference.

in objc/Nu.h

- (id *) pointerToReferencedObject
Get a pointer to the referenced object. Used by the bridge to Objective-C to convert NuReference objects to pointers. Don't call this from Nu.

in objc/Nu.h

- (void) setPointer: (id *) pointer
Set the pointer for a reference. Used by the bridge to create NuReference objects from pointers. Don't call this from Nu.

in objc/Nu.h

- (void) setValue: (id) value
Set the value of the referenced object.

in objc/Nu.h

- (id) value
Get the value of the referenced object.

in objc/Nu.h