#include <Functional.h>
Public Member Functions | |
| FunctorRef2 (_Functor &f_r) | |
| res_type | operator() (arg1_type a1, arg2_type a2) const |
Private Attributes | |
| _Functor & | _f |
Definition at line 113 of file Functional.h.
| zypp::functor::functor_detail::FunctorRef2< _Functor, res_type, arg1_type, arg2_type >::FunctorRef2 | ( | _Functor & | f_r | ) | [inline] |
Definition at line 115 of file Functional.h.
| res_type zypp::functor::functor_detail::FunctorRef2< _Functor, res_type, arg1_type, arg2_type >::operator() | ( | arg1_type | a1, | |
| arg2_type | a2 | |||
| ) | const [inline] |
Definition at line 119 of file Functional.h.
References zypp::functor::functor_detail::FunctorRef2< _Functor, res_type, arg1_type, arg2_type >::_f.
_Functor& zypp::functor::functor_detail::FunctorRef2< _Functor, res_type, arg1_type, arg2_type >::_f [private] |
Definition at line 125 of file Functional.h.
Referenced by zypp::functor::functor_detail::FunctorRef2< _Functor, res_type, arg1_type, arg2_type >::operator()().
1.5.3