Class: TDestinationBinIterator

Declaration: Printer.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

None.

Inherited By:

None.

Purpose:

An abstract class for iterating over destination bins on a printer.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

Deriving classes must implement all functions.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Member Function: TDestinationBinIterator::~TDestinationBinIterator

virtual ~ TDestinationBinIterator ()

Interface Category:

API.

Purpose:

Destructor.

Calling Context:

Called 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: TDestinationBinIterator::Next

virtual TDestinationBin * Next ()

Interface Category:

API.

Purpose:

Returns the next destination bin in the list.

Calling Context:

Call this function directly.

Parameters:

Return Value:

A pointer to a TDestinationBin object. Clients do not own this pointer.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TDestinationBinIterator::First

virtual TDestinationBin * First ()

Interface Category:

API.

Purpose:

Returns the first destination bin in the list.

Calling Context:

Call this function directly.

Parameters:

Return Value:

A pointer to a TDestinationBin object. Clients do not own this pointer.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TDestinationBinIterator::Remove

virtual void Remove ()

Interface Category:

API.

Purpose:

Removes the current destination bin from the list.

Calling Context:

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: TDestinationBinIterator::TDestinationBinIterator

TDestinationBinIterator ()

Interface Category:

API.

Purpose:

Default constructor.

Calling Context:

Called by the derived class default constructor.

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.