IEnumOnSTLImpl Members
Methods
The implementation of IEnumXXXX::Clone. |
|
Initializes the enumerator. |
|
The implementation of IEnumXXXX::Next. |
|
The implementation of IEnumXXXX::Reset. |
|
The implementation of IEnumXXXX::Skip. |
Data Members
The iterator that represents the enumerator's current position within the collection. |
|
A pointer to the STL container holding the items to be enumerated. |
|
The IUnknown pointer of the object supplying the collection. |