33 str <<
"ResObjects: " <<
obj._total;
34 for( PoolStats::KindMap::const_iterator
it =
obj._perKind.begin();
it !=
obj._perKind.end(); ++
it )
36 str << endl <<
" " <<
it->first <<
":\t" <<
it->second;
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
String related utilities and Regular expression matching.
std::ostream & operator<<(std::ostream &str, const PoolStats &obj)
Easy-to use interface to the ZYPP dependency resolver.
Functor counting ResObjects per Kind.