CMapStringToOb::GetSize
會傳回對應中的項目數目。
INT_PTR GetSize( ) const;
傳回值
項目數目對應的。
備註
呼叫這個方法會擷取項目數目對應的。
下表顯示類似 CMapStringToOb::GetSize的其他成員函式。
類別 |
成員函式 |
---|---|
INT_PTR GetSize const (); |
|
INT_PTR GetSize const (); |
|
INT_PTR GetSize const (); |
|
INT_PTR GetSize const (); |
|
INT_PTR GetSize const (); |
|
INT_PTR GetSize const (); |
範例
CMapStringToOb map;
map.SetAt(_T("Bart"), new CAge(13));
map.SetAt(_T("Homer"), new CAge(36));
ASSERT(map.GetSize() == 2);
需求
Header: afxcoll.h