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

Method Documentation

◆ allocWithZone:

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

Extends class OOShipRegistry.

Definition at line 1820 of file OOShipRegistry.m.

1694 :(NSZone *)inZone
1695{
1696 if (sSingleton == nil)
1697 {
1698 OOLog(@"shipData.load.begin", @"%@", @"Loading ship data.");
1699 sSingleton = [super allocWithZone:inZone];
1700 return sSingleton;
1701 }
1702 return nil;
1703}
static OODebugMonitor * sSingleton
#define OOLog(class, format,...)
Definition OOLogging.h:88
return nil

◆ autorelease

- (id) autorelease
implementation

Extends class OOShipRegistry.

Definition at line 1820 of file OOShipRegistry.m.

1729{
1730 return self;
1731}

◆ copyWithZone:

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

Extends class OOShipRegistry.

Definition at line 1820 of file OOShipRegistry.m.

1706 :(NSZone *)inZone
1707{
1708 return self;
1709}

◆ release

- (void) release
implementation

Extends class OOShipRegistry.

Definition at line 1820 of file OOShipRegistry.m.

1725{}

◆ retain

- (id) retain
implementation

Extends class OOShipRegistry.

Definition at line 1820 of file OOShipRegistry.m.

1713{
1714 return self;
1715}

◆ retainCount

- (NSUInteger) retainCount
implementation

Extends class OOShipRegistry.

Definition at line 1820 of file OOShipRegistry.m.

1719{
1720 return UINT_MAX;
1721}

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