CAutoPtrList Class
Visual Studio 2012
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> >
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.
Important