CMapStringToOb::GetSize
Restituisce il numero di elementi di mappa.
INT_PTR GetSize( ) const;
Valore restituito
Il numero di elementi nella mappa.
Note
Chiamare questo metodo per recuperare il numero di elementi nella mappa.
Nella tabella seguente vengono illustrate altre funzioni membro che sono simili a CMapStringToOb::GetSize.
Classe |
Funzione membro |
---|---|
Const di INT_PTR GetSize( ); |
|
Const di INT_PTR GetSize( ); |
|
Const di INT_PTR GetSize( ); |
|
Const di INT_PTR GetSize( ); |
|
Const di INT_PTR GetSize( ); |
|
Const di INT_PTR GetSize( ); |
Esempio
CMapStringToOb map;
map.SetAt(_T("Bart"), new CAge(13));
map.SetAt(_T("Homer"), new CAge(36));
ASSERT(map.GetSize() == 2);
Requisiti
Header: afxcoll.h