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

Method Documentation

◆ allocWithZone:

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

Extends class OOEmptyProbabilitySet.

Definition at line 342 of file OOProbabilitySet.m.

401{
403 {
404 sOOEmptyProbabilitySetSingleton = [super allocWithZone:inZone];
406 }
407 return nil;
408}
409
static OOEmptyProbabilitySet * sOOEmptyProbabilitySetSingleton
return nil

◆ autorelease

- (id) autorelease
implementation

Extends class OOEmptyProbabilitySet.

Definition at line 342 of file OOProbabilitySet.m.

434{
435 return self;
436}
437

◆ copyWithZone:

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

Extends class OOEmptyProbabilitySet.

Definition at line 342 of file OOProbabilitySet.m.

412{
413 return self;
414}
415

◆ release

- (void) release
implementation

Extends class OOEmptyProbabilitySet.

Definition at line 342 of file OOProbabilitySet.m.

430{}
431

◆ retain

- (id) retain
implementation

Extends class OOEmptyProbabilitySet.

Definition at line 342 of file OOProbabilitySet.m.

418{
419 return self;
420}
421

◆ retainCount

- (NSUInteger) retainCount
implementation

Extends class OOEmptyProbabilitySet.

Definition at line 342 of file OOProbabilitySet.m.

424{
425 return UINT_MAX;
426}
427

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