zypp::functor::GetLast< _Tp > Struct Template Reference
[ACTIONFUNCTOR]

Strore the last result found in the variable passed to the ctor. More...

#include <Functional.h>

List of all members.

Public Member Functions

 GetLast (_Tp &result_r)
bool operator() (const _Tp &val_r)

Private Attributes

_Tp * _result


Detailed Description

template<class _Tp>
struct zypp::functor::GetLast< _Tp >

Strore the last result found in the variable passed to the ctor.

Definition at line 391 of file Functional.h.


Constructor & Destructor Documentation

template<class _Tp >
zypp::functor::GetLast< _Tp >::GetLast ( _Tp &  result_r  )  [inline]

Definition at line 393 of file Functional.h.


Member Function Documentation

template<class _Tp >
bool zypp::functor::GetLast< _Tp >::operator() ( const _Tp &  val_r  )  [inline]

Definition at line 396 of file Functional.h.

References zypp::functor::GetLast< _Tp >::_result.


Member Data Documentation

template<class _Tp >
_Tp* zypp::functor::GetLast< _Tp >::_result [private]

Definition at line 400 of file Functional.h.

Referenced by zypp::functor::GetLast< _Tp >::operator()().


The documentation for this struct was generated from the following file:

doxygen