Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TSequenceOfIterator
Inherited By:
None.
Purpose:
TArrayOfIterator is a template class that you can use to iterate over the objects in an array collection.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
Do not derive classes from TArrayOfIterator.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
Other Considerations:
None.
const TArrayOfIterator < AType > & operator =(const TArrayOfIterator < AType > &)
Interface Category:
API.
Purpose:
Assignment operator.
Calling Context:
Call this function directly.
Parameters:
Return Value:
Returns a reference to this object.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
- TArrayOfIterator (const TArrayOf < AType > * ArrayOf)
- TArrayOfIterator ()
- TArrayOfIterator (const TArrayOfIterator < AType > &)
Interface Category:
API.
Purpose:
- Creates a TArrayOfIterator for the specified array.
- Default constructor.
- Copy constructor.
Calling Context:
- Call this function directly to create an iterator for the specified array.
- Call this function directly anywhere the creation of a TArrayOfIterator is desired.
- Call this function directly.
Parameters:
- const TArrayOf < AType > * ArrayOf -The array for which this iterator is being created.
- Takes no parameters.
- const TArrayOfIterator < AType > & -The object to be copied.
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual ~ TArrayOfIterator ()
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.