libzypp  15.3.0
Filters and Functors

Modules

 Functors for building compex queries.
 Some logical functors to build more complex queries:
 
 ACTIONFUNCTOR
 
 Collection solvable filter functors.
 All functors should be able to process Solvable as well as PoolItem.
 
 Filter functors operating on ResObjects.
 A simple filter is a function or functor matching the signature:
 

Namespaces

 zypp::functor::functor_detail
 An unary functor forwarding to some other _Functor &.
 

Classes

struct  zypp::functor::functor_detail::FunctorRef0< _Functor, res_type >
 
struct  zypp::functor::functor_detail::FunctorRef1< _Functor, res_type, arg1_type >
 
struct  zypp::functor::functor_detail::FunctorRef2< _Functor, res_type, arg1_type, arg2_type >
 

Detailed Description