Class: TEmptyIteratorOver

Declaration: EmptyIterator.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TIteratorOver

Inherited By:

None.

Purpose:

This is an empty iterator. This is used when an iterator that always returns NIL is needed.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

Do not derive any classes from TEmptyIteratorOver.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Other Considerations:

None.

Member Function: TEmptyIteratorOver::~TEmptyIteratorOver

virtual ~ TEmptyIteratorOver ()

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.

Member Function: TEmptyIteratorOver::TEmptyIteratorOver

  1. TEmptyIteratorOver ()
  2. TEmptyIteratorOver (const TEmptyIteratorOver < AType

&)

Interface Category:

API.

Purpose:

  1. Default constructor.
  2. Copy constructor. This operator is disallowed.

Calling Context:

  1. Call this function directly anywhere the creation of a TEmptyIteratorOver is desired.
  2. This operator is disallowed.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TEmptyIteratorOver::operator=

const TEmptyIteratorOver < AType > & operator =(const TEmptyIteratorOver < AType > &)

Interface Category:

API.

Purpose:

Assignment operator.

Calling Context:

Call this function directly when an object is assigned to another compatible object.

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.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.