CMapStringToOb::GetSize
更新 : 2007 年 11 月
マップの要素数を返します。
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);
必要条件
ヘッダー : afxcoll.h