CObArrayFTR Class

class CObArrayFTR: public CArrayFTRBase

The CObArrayFTR class is the XML formatter for the MFC CObArray collection class. In order to serialize the contents of a CObArray, your serialization code should first create an instance of the CObArrayFTR class, initialize it with the array 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 array must have an equivalent XML formatter class registered with the global XML Formatter Factory object.

Class Members

CObArrayFTR(CObArray*& pObArray, LPCTSTR strElement = _T("ObArray"))

Constructor.