Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TIteratorOver
Inherited By:
None.
Purpose:
Allows you to iterate over the objects in a TPriorityQueueOf collection.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
Do not derive classes from TPriorityQueueOfIterator.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
Other Considerations:
None.
const TPriorityQueueOfIterator < AType > & operator =(const TPriorityQueueOfIterator < AType > &)
Interface Category:
API.
Purpose:
Assignment operator.
Calling Context:
Call this function directly when an object is assigned to another compatible object. This protected member is not used.
Parameters:
Return Value:
A reference to the left-hand side object.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
- TPriorityQueueOfIterator (const TPriorityQueueOf < AType > * queueOf)
- TPriorityQueueOfIterator ()
- TPriorityQueueOfIterator (const TPriorityQueueOfIterator < AType > &)
Interface Category:
API.
Purpose:
- Creates iterator over given PriorityQueue.
- Default constructor. This protected member is not used.
- Copy constructor. This protected member is not used.
Calling Context:
- Call this function directly to create an iterator over a TPriorityQueueOf.
- Protected member. Unused.
- Protected member. Unused.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
Creating a TPriorityQueueOf with a specified iterator is currently not supported.
virtual ~ TPriorityQueueOfIterator ()
Interface Category:
API.
Purpose:
Destructor.
Calling Context:
Call this function directly to destroy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.