Definition at line 125 of file OOPriorityQueue.m.
◆ dealloc
Definition at line 128 of file OOPriorityQueue.m.
582{
583 [_queue release];
584
585 [super dealloc];
586}
◆ initWithPriorityQueue:
Definition at line 128 of file OOPriorityQueue.m.
565{
567 {
568 [self release];
570 }
571
572 self = [super init];
574 {
576 }
577 return self;
578}
◆ nextObject
Definition at line 128 of file OOPriorityQueue.m.
590{
591 id value = [_queue nextObject];
593 {
594
595 [_queue release];
597 }
598 return value;
599}
◆ _queue
The documentation for this class was generated from the following file: