CPtrListFTR Class

class CPtrListFTR: public CListFTRBase

The CPtrListFTR class is the XML formatter for the MFC CPtrList collection class. In order to serialize the contents of a CPtrList, your serialization code should first create an instance of the CPtrListFTR class, initialize it with the list object and then pass the formatter to the SECXMLArchive::Read/Write method.

Defined in: XMLCollFormatters.h

Class Template Arguments

_dataType

Template parameter specifying the type of objects stored in the list.

_dataFTR

XML formatter for the data type stored in the list.

Class Members

CPtrListFTR(CPtrList*& pList, LPCTSTR strElement = _T("PtrList"))

Constructor.