Beispiel #1
0
void
TMapList::Erase()
{
	for (MapIterator i = maps.begin(), n = maps.end(); i != n; i++)
	{
		TMap *map = (*i);
		map->Erase();
	}
}