Go to the source code of this file.
|  | 
| namespace | zypp | 
|  | Easy-to use interface to the ZYPP dependency resolver. 
 | 
|  | 
◆ ZYPP_USE_RESOLVER_INTERNALS
      
        
          | #define ZYPP_USE_RESOLVER_INTERNALS | 
      
 
 
◆ ZOLV_FLAG_BOOL
      
        
          | #define ZOLV_FLAG_BOOL | ( |  | ZSETTER, | 
        
          |  |  |  | ZGETTER ) | 
      
 
Value:  void Resolver::ZSETTER( bool yesno_r ){ _pimpl->ZSETTER( yesno_r ); }         \
  bool Resolver::ZGETTER() const        { return _pimpl->ZGETTER(); }           \
Definition at line 123 of file Resolver.cc.
 
 
◆ ZOLV_FLAG_TRIBOOL
      
        
          | #define ZOLV_FLAG_TRIBOOL | ( |  | ZSETTER, | 
        
          |  |  |  | ZDEFAULT, | 
        
          |  |  |  | ZGETTER ) | 
      
 
Value:
  void Resolver::ZDEFAULT()             { _pimpl->ZSETTER( indeterminate ); }   \
#define ZOLV_FLAG_BOOL(ZSETTER, ZGETTER)
 
Definition at line 127 of file Resolver.cc.