Map::RemoveAllMapElements
Defined in:
Removes all elements from a map.
TSMap.h
Prototype
void RemoveAllMapElements(void);
Description
The RemoveAllMapElements
function removes all objects contained in a map, but does not delete them. The map is subsequently empty.
See Also