Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
OOWeakReferenceTemplates Class Reference
+ Inheritance diagram for OOWeakReferenceTemplates:
+ Collaboration diagram for OOWeakReferenceTemplates:

Class Methods

(void) + weakRefDrop
 
(id) + weakRefUnderlyingObject
 
(id) + nilMethod
 

Detailed Description

Definition at line 13 of file OOWeakReference.m.

Method Documentation

◆ nilMethod

+ (id) nilMethod

Definition at line 1 of file OOWeakReference.m.

185{ return nil; }
return nil

◆ weakRefDrop

+ (void) weakRefDrop

Definition at line 1 of file OOWeakReference.m.

183{}

◆ weakRefUnderlyingObject

+ (id) weakRefUnderlyingObject

Definition at line 1 of file OOWeakReference.m.

184{ return nil; }

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