CMapStringToOb::GetCount
の要素がマップにないかを指定します。
INT_PTR GetCount( ) const;
戻り値
こののマップ要素の数。
解説
次の表は CMapStringToOb::GetCountに似ている他のメンバー関数を示します。
Class |
メンバー関数 |
---|---|
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