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

References nil, and sSingleton.

◆ autorelease

- (id) autorelease
implementation

Extends class OOOpenGLExtensionManager.

Definition at line 872 of file OOOpenGLExtensionManager.m.

873{
874 return self;
875}

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

Definition at line 850 of file OOOpenGLExtensionManager.m.

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

◆ release

- (void) release
implementation

Extends class OOOpenGLExtensionManager.

Definition at line 868 of file OOOpenGLExtensionManager.m.

869{}

References release.

Referenced by OOOpenGLExtensionManager::getVersionMajor:minor:release:, release, OOOpenGLExtensionManager::releaseVersionNumber, and OOOpenGLExtensionManager::reset.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ retain

- (id) retain
implementation

Extends class OOOpenGLExtensionManager.

Definition at line 856 of file OOOpenGLExtensionManager.m.

857{
858 return self;
859}

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

Definition at line 862 of file OOOpenGLExtensionManager.m.

863{
864 return UINT_MAX;
865}

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: