Oolite 1.91.0.7678-250623-7b2f98d
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
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 306 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

References nil, and sSingleton.

◆ autorelease

- (id) autorelease
implementation

Extends class OOMusicController.

Definition at line 339 of file OOMusicController.m.

340{
341 return self;
342}

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 OOMusicController.

Definition at line 317 of file OOMusicController.m.

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

◆ release

- (void) release
implementation

Extends class OOMusicController.

Definition at line 335 of file OOMusicController.m.

336{}

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 OOMusicController.

Definition at line 323 of file OOMusicController.m.

324{
325 return self;
326}

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 OOMusicController.

Definition at line 329 of file OOMusicController.m.

330{
331 return UINT_MAX;
332}

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: