CMapStringToOb::GetCount

确定有多少个元素在映射。

INT_PTR GetCount( ) const;

返回值

元素数此映射。

备注

下表显示类似于 CMapStringToOb::GetCount的其他成员函数。

成员函数

CMapPtrToPtr

INT_PTR GetCount( ) 常量;

CMapPtrToWord

INT_PTR GetCount( ) 常量;

CMapStringToPtr

INT_PTR GetCount( ) 常量;

CMapStringToString

INT_PTR GetCount( ) 常量;

CMapWordToOb

INT_PTR GetCount( ) 常量;

CMapWordToPtr

INT_PTR GetCount( ) 常量;

示例

提供用于所有集合示例的列表 CAge 选件类参见 CObList::CObList

CMapStringToOb map;

map.SetAt(_T("Bart"), new CAge(13));
map.SetAt(_T("Homer"), new CAge(36));
ASSERT(map.GetCount() == 2);

要求

Header: afxcoll.h

请参见

参考

CMapStringToOb选件类

层次结构图

CMapStringToOb::IsEmpty