Definition at line 117 of file OOProbabilitySet.m.
◆ dealloc
Definition at line 1051 of file OOProbabilitySet.m.
1051{
1052 [_enumerable release];
1053
1054 [super dealloc];
1055}
1056
◆ initWithEnumerable:
◆ nextObject
Definition at line 1059 of file OOProbabilitySet.m.
1059{
1061 {
1062 return [_enumerable privObjectAtIndex:_index++];
1063 }
1064 else
1065 {
1066 [_enumerable release];
1069 }
1070}
1071
References _enumerable, _index, count, and nil.
◆ _enumerable
◆ _index
The documentation for this class was generated from the following file: