CArrayFTR Class

class CArrayFTR: public CArrayFTRBase,_type>

The CArrayFTR class is the XML formatter for the MFC CArray collection template class. In order to serialize the contents of a CArray, your serialization code should first create an instance of the CArrayFTR class, initialize it with the array 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 array.

_argType

Argument type used to access objects stored in the array.

_dataFTR

XML formatter for the data type stored in the array.

Class Members

CArrayFTR(_array*& pArray, LPCTSTR strElement = _T("Array"))

Constructor.