CAutoPtrList Class
This class provides methods useful when constructing a list of smart pointers.
Important
This class and its members cannot be used in applications that execute in the Windows Runtime.
template<
typename E
>
class CAutoPtrList : public CAtlList<
ATL::CAutoPtr< E>,
CAutoPtrElementTraits< E>
>
Parameters
- E
The pointer type.
Members
Public Constructors
Name |
Description |
---|---|
The constructor. |
Remarks
This class provides a constructor and derives methods from CAtlList and CAutoPtrElementTraits to aid the creation of a list object storing smart pointers. The class CAutoPtrArray provides a similar function for an array object.
For more information, see ATL Collection Classes.
Inheritance Hierarchy
CAutoPtrList
Requirements
Header: atlcoll.h