12#ifndef ZYPP_BASE_COLLECTOR_H
13#define ZYPP_BASE_COLLECTOR_H
36 template<
class TOutputIterator>
54 template<
class TOutputIterator>
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Easy-to use interface to the ZYPP dependency resolver.
Functor feeding values to an output_iterator.
bool operator()(const Tp &value_r) const
Collector< TOutputIterator > collector(TOutputIterator iter_r)
Convenience constructor.
Collector(TOutputIterator iter_r)