Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
OOMusicController(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 297 of file OOMusicController.m.

Method Documentation

◆ allocWithZone:

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

Extends class OOMusicController.

Definition at line 32 of file OOMusicController.m.

306 :(NSZone *)inZone
307{
308 if (sSingleton == nil)
309 {
310 sSingleton = [super allocWithZone:inZone];
311 return sSingleton;
312 }
313 return nil;
314}
static OODebugMonitor * sSingleton
return nil

◆ autorelease

- (id) autorelease
implementation

Extends class OOMusicController.

Definition at line 32 of file OOMusicController.m.

340{
341 return self;
342}

◆ copyWithZone:

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

Extends class OOMusicController.

Definition at line 32 of file OOMusicController.m.

317 :(NSZone *)inZone
318{
319 return self;
320}

◆ release

- (void) release
implementation

Extends class OOMusicController.

Definition at line 32 of file OOMusicController.m.

336{}

◆ retain

- (id) retain
implementation

Extends class OOMusicController.

Definition at line 32 of file OOMusicController.m.

324{
325 return self;
326}

◆ retainCount

- (NSUInteger) retainCount
implementation

Extends class OOMusicController.

Definition at line 32 of file OOMusicController.m.

330{
331 return UINT_MAX;
332}

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