CMap::RemoveAll
Remove todos os valores de este mapa chamar a função global DestructElementsauxiliar.
void RemoveAll( );
Comentários
A função funciona corretamente se o mapeamento já está vazia.
Exemplo
CMap<int,int,CPoint,CPoint> myMap;
// Add 10 elements to the map.
for (int i=0;i < 10;i++)
myMap.SetAt(i, CPoint(i, i));
myMap.RemoveAll();
ASSERT(myMap.IsEmpty());
Requisitos
Cabeçalho: afxtempl.h