#include <Functional.h>
Inheritance diagram for zypp::functor::functor_detail::FunctorRef1< _Functor, res_type, arg1_type >:
Public Member Functions | |
FunctorRef1 (_Functor &f_r) | |
res_type | operator() (arg1_type a1) const |
Private Attributes | |
_Functor & | _f |
Definition at line 83 of file Functional.h.
|
Definition at line 85 of file Functional.h. |
|
Definition at line 89 of file Functional.h. References zypp::functor::functor_detail::FunctorRef1< _Functor, res_type, arg1_type >::_f. |
|
Definition at line 95 of file Functional.h. Referenced by zypp::functor::functor_detail::FunctorRef1< _Functor, res_type, arg1_type >::operator()(). |