Oolite
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 827 of file OOOpenGLExtensionManager.m.

Method Documentation

◆ allocWithZone:

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

Definition at line 769 of file OOOpenGLExtensionManager.m.

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

◆ autorelease

- (id) autorelease
implementation

Definition at line 769 of file OOOpenGLExtensionManager.m.

870{
871 return self;
872}

◆ copyWithZone:

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

Definition at line 769 of file OOOpenGLExtensionManager.m.

847 :(NSZone *)inZone
848{
849 return self;
850}

◆ release

- (void) release
implementation

Extends class OOOpenGLExtensionManager.

Definition at line 769 of file OOOpenGLExtensionManager.m.

866{}

◆ retain

- (id) retain
implementation

Definition at line 769 of file OOOpenGLExtensionManager.m.

854{
855 return self;
856}

◆ retainCount

- (NSUInteger) retainCount
implementation

Definition at line 769 of file OOOpenGLExtensionManager.m.

860{
861 return UINT_MAX;
862}

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