Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
None.
Inherited By:
None.
Purpose:
Provides an iterator class over the contents of a property 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.
- TPropertySetIterator (const TPropertySet & Set)
- TPropertySetIterator (const TPropertySetIterator & copy)
Interface Category:
API.
Purpose:
- Constructs an iterator over the contents of the specified property set.
- Copy constructor.
Calling Context:
- Called to construct an iterator from a property set.
- Called to copy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
TPropertySetIterator & operator =(const TPropertySetIterator & 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:
Not multithread safe.
Other Considerations:
None.
virtual ~ TPropertySetIterator ()
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.
virtual TProperty First ()
Interface Category:
API.
Purpose:
Returns the first property in the set.
Calling Context:
Call this function directly.
Parameters:
Return Value:
The first property in the set, or TPropertySetIterator::kEndOfIteration if the set is empty.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual TProperty Next ()
Interface Category:
API.
Purpose:
Returns the next property in the iteration.
Calling Context:
Call this function directly.
Parameters:
Return Value:
The next property in the iteration, or TPropertySetIterator::kEndOfIteration when it reaches the end of iteration.
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.