Store all results found to some output_iterator.
More...
#include <base/Functional.h>
template<class TOutputIterator>
struct zypp::functor::GetAll< TOutputIterator >
Store all results found to some output_iterator.
std::vector<parser::ProductFileData> result;
sysRoot / "etc/products.d" );
static bool scanDir(const Consumer &consumer_r, const Pathname &dir_r)
Parse all files (no symlinks) in dir_r and call consumer_r for each ProductFileData parsed.
GetAll< TOutputIterator > getAll(TOutputIterator result_r)
Convenience function for creating GetAll.
Definition at line 254 of file Functional.h.
◆ GetAll()
template<class TOutputIterator >
◆ operator()()
template<class TOutputIterator >
template<class Tp >
◆ _result
template<class TOutputIterator >
The documentation for this struct was generated from the following file: