libzypp  11.13.5
ACTIONFUNCTOR

  
More...

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.
template<class _Tp >
GetLast< _Tp > zypp::functor::getLast (_Tp &result_r)
 Convenience function for creating GetLast.
template<class _OutputIterator >
GetAll< _OutputIterator > zypp::functor::getAll (_OutputIterator result_r)
 Convenience function for creating GetAll.

Detailed Description

  

Function Documentation

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

Convenience function for creating GetFirst.

Definition at line 384 of file Functional.h.

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

Convenience function for creating GetLast.

Definition at line 405 of file Functional.h.

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

Convenience function for creating GetAll.

Definition at line 433 of file Functional.h.