CMapStringToOb::GetCount
Określa, ile elementów są na mapie.
INT_PTR GetCount( ) const;
Wartość zwracana
Liczba elementów w tej mapy.
Uwagi
W poniższej tabeli przedstawiono funkcje, które są podobne do innego członka CMapStringToOb::GetCount.
Klasa |
Funkcja Członkowskie |
---|---|
(INT_PTR GetCount) stała; |
|
(INT_PTR GetCount) stała; |
|
(INT_PTR GetCount) stała; |
|
(INT_PTR GetCount) stała; |
|
(INT_PTR GetCount) stała; |
|
(INT_PTR GetCount) stała; |
Przykład
Zobacz CObList::CObList listę CAge klasy używane we wszystkich przykładach kolekcji.
CMapStringToOb map;
map.SetAt(_T("Bart"), new CAge(13));
map.SetAt(_T("Homer"), new CAge(36));
ASSERT(map.GetCount() == 2);
Wymagania
Nagłówek: afxcoll.h