CObListFTR Class

class CObListFTR: public CListFTRBase

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

Defined in: XMLCollFormatters.h

Comments

To enable runtime type discovery and creation, each CObject based class stored in the list must have an equivalent XML formatter class registered with the global SFL XML Formatter Factory object.

Class Members

CObListFTR(CObList*& pList, LPCTSTR strElement = _T("ObList"))

Constructor.