CMap

CMap is a dictionary collection class that maps unique keys to values. Once you have inserted a key-value pair (element) into the map, you can efficiently retrieve or delete the pair using the key to access it. You can also iterate over all the elements in the map.

Syntax

template<class KEY, class ARG_KEY, class VALUE, class ARG_VALUE >class CMap : public CObject

At a Glance

Header file: Afxtempl.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CMap Member Functions, CMap Operators, Map Classes