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

Method Documentation

◆ allocWithZone:

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

Extends class OOOpenGLExtensionManager.

Definition at line 771 of file OOOpenGLExtensionManager.m.

839 :(NSZone *)inZone
840{
841 if (sSingleton == nil)
842 {
843 sSingleton = [super allocWithZone:inZone];
844 return sSingleton;
845 }
846 return nil;
847}
static OODebugMonitor * sSingleton
return nil

◆ autorelease

- (id) autorelease
implementation

Extends class OOOpenGLExtensionManager.

Definition at line 771 of file OOOpenGLExtensionManager.m.

873{
874 return self;
875}

◆ copyWithZone:

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

Extends class OOOpenGLExtensionManager.

Definition at line 771 of file OOOpenGLExtensionManager.m.

850 :(NSZone *)inZone
851{
852 return self;
853}

◆ release

- (void) release
implementation

Extends class OOOpenGLExtensionManager.

Definition at line 771 of file OOOpenGLExtensionManager.m.

869{}

◆ retain

- (id) retain
implementation

Extends class OOOpenGLExtensionManager.

Definition at line 771 of file OOOpenGLExtensionManager.m.

857{
858 return self;
859}

◆ retainCount

- (NSUInteger) retainCount
implementation

Extends class OOOpenGLExtensionManager.

Definition at line 771 of file OOOpenGLExtensionManager.m.

863{
864 return UINT_MAX;
865}

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