libzypp
13.10.6
|
Classes | |
struct | zypp::functor::GetFirst< _Tp > |
Strore the 1st result found in the variable passed to the ctor. More... | |
struct | zypp::functor::GetLast< _Tp > |
Strore the last result found in the variable passed to the ctor. More... | |
struct | zypp::functor::GetAll< _OutputIterator > |
Store all results found to some output_iterator. More... | |
Functions | |
template<class _Tp > | |
GetFirst< _Tp > | zypp::functor::getFirst (_Tp &result_r) |
Convenience function for creating GetFirst. More... | |
template<class _Tp > | |
GetLast< _Tp > | zypp::functor::getLast (_Tp &result_r) |
Convenience function for creating GetLast. More... | |
template<class _OutputIterator > | |
GetAll< _OutputIterator > | zypp::functor::getAll (_OutputIterator result_r) |
Convenience function for creating GetAll. More... | |
GetFirst<_Tp> zypp::functor::getFirst | ( | _Tp & | result_r | ) |
Convenience function for creating GetFirst.
Definition at line 384 of file Functional.h.
GetLast<_Tp> zypp::functor::getLast | ( | _Tp & | result_r | ) |
Convenience function for creating GetLast.
Definition at line 405 of file Functional.h.
GetAll<_OutputIterator> zypp::functor::getAll | ( | _OutputIterator | result_r | ) |
Convenience function for creating GetAll.
Definition at line 433 of file Functional.h.