IEnumOnSTLImpl Members

Methods

Clone

The implementation of IEnumXXXX::Clone.

Init

Initializes the enumerator.

Next

The implementation of IEnumXXXX::Next.

Reset

The implementation of IEnumXXXX::Reset.

Skip

The implementation of IEnumXXXX::Skip.

Data Members

m_iter

The iterator that represents the enumerator's current position within the collection.

m_pcollection

A pointer to the STL container holding the items to be enumerated.

m_spUnk

The IUnknown pointer of the object supplying the collection.

See Also

Reference

IEnumOnSTLImpl Class