CMapWordToPtrFTR Class

class CMapWordToPtrFTR: public CMapFTRBase

The CMapWordToPtrFTR class is the XML formatter for the MFC CMapWordToPtr collection class. In order to serialize the contents of a CMapWordToPtr, your serialization code should first create an instance of the CMapWordToPtrFTR 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

CMapWordToPtrFTR(CMapWordToPtr*& pMap, LPCTSTR strElementType = _T("WordToRefMap"))

Constructor.