📄 ctypedptrmap.txt
字号:
Expand the Header Files folder, and open file StdAfx.h.
At the end of the file, type:
#include <afxtempl.h> // MFC templates
///////////////////////////////////////////////////////////////////////////////
CTypedPtrMap < class BASE_CLASS, class KEY, class VALUE >
BASE_CLASS Base class of the typed pointer map class;
must be a pointer map class
(CMapPtrToPtr, CMapPtrToWord, CMapWordToPtr, or CMapStringToPtr).
KEY Class of the object used as the key to the map.
VALUE Class of the object stored in the map.
The CTypedPtrMap class provides a type-safe 搘rapper
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -