Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
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 246 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 OODebugMonitor::performJSConsoleCommand:, and OODebugMonitor::sharedDebugMonitor.

+ Here is the call graph for this function:

◆ autorelease

- (id) autorelease
implementation

Extends class OODebugController.

Definition at line 246 of file OODebugController.m.

561{
562 return self;
563}

◆ copyWithZone:

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

Extends class OODebugController.

Definition at line 246 of file OODebugController.m.

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

◆ release

- (void) release
implementation

Extends class OODebugController.

Definition at line 246 of file OODebugController.m.

557{}

◆ retain

- (id) retain
implementation

Extends class OODebugController.

Definition at line 246 of file OODebugController.m.

545{
546 return self;
547}

◆ retainCount

- (NSUInteger) retainCount
implementation

Extends class OODebugController.

Definition at line 246 of file OODebugController.m.

551{
552 return UINT_MAX;
553}

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