Oolite 1.91.0.7668-250429-8542c40
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
OONullTexture(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 84 of file OONullTexture.m.

Method Documentation

◆ allocWithZone:

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

Extends class OONullTexture.

Definition at line 93 of file OONullTexture.m.

93 :(NSZone *)inZone
94{
95 if (sSingleton == nil)
96 {
97 sSingleton = [super allocWithZone:inZone];
98 return sSingleton;
99 }
100 return nil;
101}
static OODebugMonitor * sSingleton
return nil

References nil, and sSingleton.

◆ autorelease

- (id) autorelease
implementation

Extends class OONullTexture.

Definition at line 126 of file OONullTexture.m.

127{
128 return self;
129}

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

Definition at line 104 of file OONullTexture.m.

104 :(NSZone *)inZone
105{
106 return self;
107}

◆ release

- (void) release
implementation

Extends class OONullTexture.

Definition at line 122 of file OONullTexture.m.

123{}

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

Definition at line 110 of file OONullTexture.m.

111{
112 return self;
113}

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

Definition at line 116 of file OONullTexture.m.

117{
118 return UINT_MAX;
119}

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: