libzypp  15.28.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< TOutputIterator >
 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 TOutputIterator >
GetAll< TOutputIterator > zypp::functor::getAll (TOutputIterator result_r)
 Convenience function for creating GetAll. More...
 

Detailed Description

Function Documentation

template<class Tp >
GetFirst<Tp> zypp::functor::getFirst ( Tp &  result_r)

Convenience function for creating GetFirst.

Definition at line 382 of file Functional.h.

template<class Tp >
GetLast<Tp> zypp::functor::getLast ( Tp &  result_r)

Convenience function for creating GetLast.

Definition at line 403 of file Functional.h.

template<class TOutputIterator >
GetAll<TOutputIterator> zypp::functor::getAll ( TOutputIterator  result_r)

Convenience function for creating GetAll.

Definition at line 431 of file Functional.h.