Oolite
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 987 of file OODebugMonitor.m.

Method Documentation

◆ allocWithZone:

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

Definition at line 419 of file OODebugMonitor.m.

996 :(NSZone *)inZone
997{
998 if (sSingleton == nil)
999 {
1000 sSingleton = [super allocWithZone:inZone];
1001 return sSingleton;
1002 }
1003 return nil;
1004}
static OODebugMonitor * sSingleton
return nil

◆ autorelease

- (id) autorelease
implementation

Definition at line 419 of file OODebugMonitor.m.

1030{
1031 return self;
1032}

◆ copyWithZone:

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

Definition at line 419 of file OODebugMonitor.m.

1007 :(NSZone *)inZone
1008{
1009 return self;
1010}

◆ release

- (void) release
implementation

Definition at line 419 of file OODebugMonitor.m.

1026{}

◆ retain

- (id) retain
implementation

Definition at line 419 of file OODebugMonitor.m.

1014{
1015 return self;
1016}

◆ retainCount

- (NSUInteger) retainCount
implementation

Definition at line 419 of file OODebugMonitor.m.

1020{
1021 return UINT_MAX;
1022}

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