CMapStringToPtrFTR Class

class CMapStringToPtrFTR: public CMapFTRBase

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

Defined in: XMLCollFormatters.h

Class Template Arguments

_ptrType

Template parameter specifying the type of pointer stored in the map.

_ptrTypeFTR

XML formatter for the data type stored in the map.

Class Members

CMapStringToPtrFTR(CMapStringToPtr*& pMap, LPCTSTR strElementType = _T("StringToRefMap"))

Constructor.