|
libzypp
9.1.2
|
#include <Functional.h>

Public Member Functions | |
| FunctorRef0 (_Functor &f_r) | |
| res_type | operator() () const |
Private Attributes | |
| _Functor & | _f |
Definition at line 81 of file Functional.h.
| zypp::functor::functor_detail::FunctorRef0< _Functor, res_type >::FunctorRef0 | ( | _Functor & | f_r | ) | [inline] |
Definition at line 83 of file Functional.h.
| res_type zypp::functor::functor_detail::FunctorRef0< _Functor, res_type >::operator() | ( | ) | const [inline] |
Definition at line 87 of file Functional.h.
References zypp::functor::functor_detail::FunctorRef0< _Functor, res_type >::_f.
_Functor& zypp::functor::functor_detail::FunctorRef0< _Functor, res_type >::_f [private] |
Definition at line 93 of file Functional.h.
Referenced by zypp::functor::functor_detail::FunctorRef0< _Functor, res_type >::operator()().
1.7.6.1