All functors should be able to process Solvable as well as PoolItem.
All functors should be able to process Solvable as well as PoolItem.
filter::ByLocaleSupport f( Locale("de") );
for_( it, satpool.filterBegin(f), satpool.filterEnd(f) )
{
}
for_( it, pool.filterBegin(f), pool.filterEnd(f) )
{
}
static ResPool instance()
Singleton ctor.
static Pool instance()
Singleton ctor.
#define for_(IT, BEG, END)
Convenient for-loops using iterator.