|
libzypp
17.14.0
|
Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver. | |
| namespace | zypp::functor |
| namespace | zypp::functor::functor_detail |
An unary functor forwarding to some other TFunctor &. | |
Functions | |
| template<class res_type , class arg1_type , class arg2_type , class TFunctor > | |
| FunctorRef< TFunctor, res_type, arg1_type, arg2_type > | zypp::functor::functorRef (TFunctor &f_r) |
| Convenience function creating a binary FunctorRef. | |
| template<class res_type , class arg1_type , class TFunctor > | |
| FunctorRef< TFunctor, res_type, arg1_type > | zypp::functor::functorRef (TFunctor &f_r) |
| template<class res_type , class TFunctor > | |
| FunctorRef< TFunctor, res_type > | zypp::functor::functorRef (TFunctor &f_r) |
| template<class TConst > | |
| Constant< TConst > | zypp::functor::constant (const TConst &value) |
| True | zypp::functor::true_c () |
| Convenience function for creating a True. | |
| False | zypp::functor::false_c () |
| Convenience function for creating a False. | |
| template<class TCondition > | |
| Not< TCondition > | zypp::functor::not_c (TCondition cond_r) |
| Convenience function for creating a Not from TCondition. | |
| template<class TACondition , class TBCondition > | |
| Or< TACondition, TBCondition > | zypp::functor::or_c (TACondition conda_r, TBCondition condb_r) |
| Convenience function for creating a Or from two conditions conda_r OR condb_r. | |
| template<class TACondition , class TBCondition > | |
| Chain< TACondition, TBCondition > | zypp::functor::chain (TACondition conda_r, TBCondition condb_r) |
| Convenience function for creating a Chain from two conditions conda_r and condb_r. | |
| 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 TOutputIterator > | |
| GetAll< TOutputIterator > | zypp::functor::getAll (TOutputIterator result_r) |
| Convenience function for creating GetAll. | |