CMapStringToOb::GetCount
确定有多少个元素在映射。
INT_PTR GetCount( ) const;
返回值
元素数此映射。
备注
下表显示类似于 CMapStringToOb::GetCount的其他成员函数。
类 |
成员函数 |
---|---|
INT_PTR GetCount( ) 常量; |
|
INT_PTR GetCount( ) 常量; |
|
INT_PTR GetCount( ) 常量; |
|
INT_PTR GetCount( ) 常量; |
|
INT_PTR GetCount( ) 常量; |
|
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