CMapStringToOb::GetCount
判斷有多少個項目位於對應。
INT_PTR GetCount( ) const;
傳回值
項目數目會對應。
備註
下表顯示類似 CMapStringToOb::GetCount的其他成員函式。
類別 |
成員函式 |
---|---|
INT_PTR GetCount const (); |
|
INT_PTR GetCount const (); |
|
INT_PTR GetCount const (); |
|
INT_PTR GetCount const (); |
|
INT_PTR GetCount const (); |
|
INT_PTR GetCount const (); |
範例
針對所有集合範例的 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