Oolite
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 1669 of file OOShipRegistry.m.

Method Documentation

◆ allocWithZone:

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

Definition at line 1801 of file OOShipRegistry.m.

1678 :(NSZone *)inZone
1679{
1680 if (sSingleton == nil)
1681 {
1682 OOLog(@"shipData.load.begin", @"%@", @"Loading ship data.");
1683 sSingleton = [super allocWithZone:inZone];
1684 return sSingleton;
1685 }
1686 return nil;
1687}
static OODebugMonitor * sSingleton
#define OOLog(class, format,...)
Definition OOLogging.h:88
return nil

◆ autorelease

- (id) autorelease
implementation

Definition at line 1801 of file OOShipRegistry.m.

1713{
1714 return self;
1715}

◆ copyWithZone:

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

Definition at line 1801 of file OOShipRegistry.m.

1690 :(NSZone *)inZone
1691{
1692 return self;
1693}

◆ release

- (void) release
implementation

Definition at line 1801 of file OOShipRegistry.m.

1709{}

◆ retain

- (id) retain
implementation

Definition at line 1801 of file OOShipRegistry.m.

1697{
1698 return self;
1699}

◆ retainCount

- (NSUInteger) retainCount
implementation

Definition at line 1801 of file OOShipRegistry.m.

1703{
1704 return UINT_MAX;
1705}

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