Map::PurgeMap
Defined in:
Deletes all elements in a map.
TSMap.h
Prototype
void PurgeMap(void);
Description
The PurgeMap
function deletes all objects contained in a map. The map is subsequently empty. To remove all elements of a map without destroying them, use the Map::RemoveAllMapElements
function.
See Also