CMapStringToOb::GetCount
Determina il numero di elementi presenti nella mappa.
INT_PTR GetCount( ) const;
Valore restituito
Il numero di elementi in questa mappa.
Note
Nella tabella seguente vengono illustrate altre funzioni membro che sono simili a CMapStringToOb::GetCount.
Classe |
Funzione membro |
---|---|
Const di INT_PTR GetCount ( ); |
|
Const di INT_PTR GetCount ( ); |
|
Const di INT_PTR GetCount ( ); |
|
Const di INT_PTR GetCount ( ); |
|
Const di INT_PTR GetCount ( ); |
|
Const di INT_PTR GetCount ( ); |
Esempio
Vedere CObList::CObList per un elenco CAge utilizzata in tutti gli esempi di raccolta.
CMapStringToOb map;
map.SetAt(_T("Bart"), new CAge(13));
map.SetAt(_T("Homer"), new CAge(36));
ASSERT(map.GetCount() == 2);
Requisiti
Header: afxcoll.h