Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following classes provide support for COM collections and enumerations:
CComEnum Defines a COM enumerator object based on an array.
CComEnumImpl Provides the implementation for a COM enumerator interface where the items being enumerated are stored in an array.
CComEnumOnSTL Defines a COM enumerator object based on a C++ Standard Library collection.
IEnumOnSTLImpl Provides the implementation for a COM enumerator interface where the items being enumerated are stored in a C++ Standard Library-compatible container.
ICollectionOnSTLImpl Provides the implementation for the
Count
,Item
, and_NewEnum
properties of a collection interface.
Related Articles
ATL Collections and Enumerators