Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
OODebugMonitor(Singleton) Category Reference

Instance Methods

(id) - copyWithZone: [implementation]
 
(id) - retain [implementation]
 
(NSUInteger) - retainCount [implementation]
 
(void) - release [implementation]
 
(id) - autorelease [implementation]
 

Class Methods

(id) + allocWithZone: [implementation]
 

Detailed Description

Definition at line 992 of file OODebugMonitor.m.

Method Documentation

◆ allocWithZone:

+ (id) allocWithZone: (NSZone *) inZone
implementation

Extends class OODebugMonitor.

Definition at line 419 of file OODebugMonitor.m.

1001 :(NSZone *)inZone
1002{
1003 if (sSingleton == nil)
1004 {
1005 sSingleton = [super allocWithZone:inZone];
1006 return sSingleton;
1007 }
1008 return nil;
1009}
static OODebugMonitor * sSingleton
return nil

◆ autorelease

- (id) autorelease
implementation

Extends class OODebugMonitor.

Definition at line 419 of file OODebugMonitor.m.

1035{
1036 return self;
1037}

◆ copyWithZone:

- (id) copyWithZone: (NSZone *) inZone
implementation

Extends class OODebugMonitor.

Definition at line 419 of file OODebugMonitor.m.

1012 :(NSZone *)inZone
1013{
1014 return self;
1015}

◆ release

- (void) release
implementation

Extends class OODebugMonitor.

Definition at line 419 of file OODebugMonitor.m.

1031{}

◆ retain

- (id) retain
implementation

Extends class OODebugMonitor.

Definition at line 419 of file OODebugMonitor.m.

1019{
1020 return self;
1021}

◆ retainCount

- (NSUInteger) retainCount
implementation

Extends class OODebugMonitor.

Definition at line 419 of file OODebugMonitor.m.

1025{
1026 return UINT_MAX;
1027}

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