Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
None.
Inherited By:
None.
Purpose:
Provides an iterator class over the contents of a property identifier set.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
This class is not intended to be derived from.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
- TPropertyIDSetIterator (const TPropertyIDSet & set)
- TPropertyIDSetIterator (const TPropertyIDSetIterator & copy)
Interface Category:
API.
Purpose:
- Constructs an iterator over the contents of the specified property identifier set.
- Copy constructor.
Calling Context:
- Called to construct an iterator from a set.
- Called to copy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Multithread safe.
Other Considerations:
None.
TPropertyIDSetIterator & operator =(const TPropertyIDSetIterator & right)
Interface Category:
API.
Purpose:
Assignment operator.
Calling Context:
Called when an object is assigned to another compatible object.
Parameters:
Return Value:
A non-const reference to the left-hand side object.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Multithread safe.
Other Considerations:
None.
virtual ~ TPropertyIDSetIterator ()
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:
Multithread safe.
Other Considerations:
None.
virtual TPropertyID First ()
Interface Category:
API.
Purpose:
Returns the first identifier in the set.
Calling Context:
Call this function directly.
Parameters:
Return Value:
Returns the first identifier in the set, or TPropertyIDSetIterator::kEndOfIteration if the set is empty.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Multithread safe.
Other Considerations:
None.
virtual TPropertyID Next ()
Interface Category:
API.
Purpose:
Returns the next identifier in the set.
Calling Context:
Call this function directly.
Parameters:
Return Value:
Returns the next identifier in the set, or TPropertyIDSetIterator::kEndOfIteration if the end of this iteration has been reached.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
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.