OverSim
RegionDataContainer.cc File Reference

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const regionCountMap &map)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const regionCountMap map 
)

Definition at line 56 of file RegionDataContainer.cc.

{
for (regionCountMap::const_iterator it = map.begin(); it != map.end(); ++it) {
os << it->first << it->second;
}
return os;
}