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

Method Documentation

◆ allocWithZone:

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

Extends class OODebugController.

Definition at line 527 of file OODebugController.m.

527 :(NSZone *)inZone
528{
529 if (sSingleton == nil)
530 {
531 sSingleton = [super allocWithZone:inZone];
532 return sSingleton;
533 }
534 return nil;
535}
static OODebugMonitor * sSingleton
return nil

References nil, and sSingleton.

◆ autorelease

- (id) autorelease
implementation

Extends class OODebugController.

Definition at line 560 of file OODebugController.m.

561{
562 return self;
563}

References autorelease.

Referenced by autorelease.

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

◆ copyWithZone:

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

Extends class OODebugController.

Definition at line 538 of file OODebugController.m.

538 :(NSZone *)inZone
539{
540 return self;
541}

◆ release

- (void) release
implementation

Extends class OODebugController.

Definition at line 556 of file OODebugController.m.

557{}

References release.

Referenced by release.

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

◆ retain

- (id) retain
implementation

Extends class OODebugController.

Definition at line 544 of file OODebugController.m.

545{
546 return self;
547}

References retain.

Referenced by retain.

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

◆ retainCount

- (NSUInteger) retainCount
implementation

Extends class OODebugController.

Definition at line 550 of file OODebugController.m.

551{
552 return UINT_MAX;
553}

References retainCount.

Referenced by retainCount.

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

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