Class: TArrayOfIterator

Declaration: ArrayIterator.h

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.

Member Function: TArrayOfIterator::operator=

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.

Member Function: TArrayOfIterator::TArrayOfIterator

  1. TArrayOfIterator (const TArrayOf < AType > * ArrayOf)
  2. TArrayOfIterator ()
  3. TArrayOfIterator (const TArrayOfIterator < AType > &)

Interface Category:

API.

Purpose:

  1. Creates a TArrayOfIterator for the specified array.
  2. Default constructor.
  3. Copy constructor.

Calling Context:

  1. Call this function directly to create an iterator for the specified array.
  2. Call this function directly anywhere the creation of a TArrayOfIterator is desired.
  3. Call this function directly.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TArrayOfIterator::~TArrayOfIterator

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.