Oolite 1.91.0.7668-250429-8542c40
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
ReleaseLockProxy_SignatureTemplateClass Class Reference
+ Inheritance diagram for ReleaseLockProxy_SignatureTemplateClass:
+ Collaboration diagram for ReleaseLockProxy_SignatureTemplateClass:

Class Methods

(id) + initWithObject:name:
 
(id) + initWithRetainedObject:name:
 
(void) + rlpAllowRelease
 
(NSString *) + rlpObjectDescription
 

Detailed Description

Definition at line 18 of file ReleaseLockProxy.m.

Method Documentation

◆ initWithObject:name:

+ (id) initWithObject: (id<NSObject>) object
name: (NSString *) name 

Definition at line 187 of file ReleaseLockProxy.m.

187:(id<NSObject>)object name:(NSString *)name { return nil; }
return nil

References nil.

◆ initWithRetainedObject:name:

+ (id) initWithRetainedObject: (id<NSObject>) object
name: (NSString *) name 

Definition at line 188 of file ReleaseLockProxy.m.

188:(id<NSObject>)object name:(NSString *)name { return nil; }

References nil.

◆ rlpAllowRelease

+ (void) rlpAllowRelease

Definition at line 189 of file ReleaseLockProxy.m.

189{ }

References rlpAllowRelease.

Referenced by rlpAllowRelease.

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

◆ rlpObjectDescription

+ (NSString *) rlpObjectDescription

Definition at line 190 of file ReleaseLockProxy.m.

190{ return nil; }

References nil, and rlpObjectDescription.

Referenced by rlpObjectDescription.

+ 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: