Oolite 1.91.0.7668-250429-8542c40
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
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 1694 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

References nil, OOLog, and sSingleton.

◆ autorelease

- (id) autorelease
implementation

Extends class OOShipRegistry.

Definition at line 1728 of file OOShipRegistry.m.

1729{
1730 return self;
1731}

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

Definition at line 1706 of file OOShipRegistry.m.

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

◆ release

- (void) release
implementation

Extends class OOShipRegistry.

Definition at line 1724 of file OOShipRegistry.m.

1725{}

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

Definition at line 1712 of file OOShipRegistry.m.

1713{
1714 return self;
1715}

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

Definition at line 1718 of file OOShipRegistry.m.

1719{
1720 return UINT_MAX;
1721}

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: