Oolite 1.91.0.7668-250429-8542c40
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
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 185 of file OOWeakReference.m.

185{ return nil; }
return nil

References nil, and nilMethod.

Referenced by nilMethod.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ weakRefDrop

+ (void) weakRefDrop

Definition at line 183 of file OOWeakReference.m.

183{}

References weakRefDrop.

Referenced by weakRefDrop.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ weakRefUnderlyingObject

+ (id) weakRefUnderlyingObject

Definition at line 184 of file OOWeakReference.m.

184{ return nil; }

References nil, and weakRefUnderlyingObject.

Referenced by weakRefUnderlyingObject.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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