CListFTR Class
class CListFTR: public CListFTRBase<_type,_argType>,_type>
The CListFTR class is the XML formatter for the MFC CList collection template class. In order to serialize the contents of a CList, your serialization code should first create an instance of the CListFTR 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
_type
Template parameter specifying the type of objects stored in the list.
_argType
Argument type used to access objects stored in the list.
_dataFTR
XML formatter for the data type stored in the list.
Class Members
CListFTR(_list*& pList, LPCTSTR strElement = _T("List"))
Constructor.