libzypp  10.5.0
Solvable.cc File Reference
#include <iostream>
#include "zypp/base/Logger.h"
#include "zypp/base/Gettext.h"
#include "zypp/base/Exception.h"
#include "zypp/base/Functional.h"
#include "zypp/base/Collector.h"
#include "zypp/sat/detail/PoolImpl.h"
#include "zypp/sat/Solvable.h"
#include "zypp/sat/Pool.h"
#include "zypp/sat/LookupAttr.h"
#include "zypp/Repository.h"
#include "zypp/OnMediaLocation.h"
#include "zypp/ZConfig.h"
Include dependency graph for Solvable.cc:

Go to the source code of this file.

Namespaces

namespace  zypp
 

Easy-to use interface to the ZYPP dependency resolver.


namespace  zypp::sat
 

Libsolv interface


Defines

#define OUTS(K, S)   if ( !::strncmp( ident_r, ResKind::K.c_str(), S ) && ident_r[S] == ':' ) ret = ResKind::K
#define NO_SOLVABLE_RETURN(VAL)
#define OUTS(K, S)   if ( !::strncmp( ident, ResKind::K.c_str(), S ) ) return ResKind::K
#define OUTS(X)   if ( ! obj[Dep::X].empty() ) str << endl << " " #X " " << obj[Dep::X]

Functions

Capabilities zypp::sat::_getCapabilities (detail::IdType *idarraydata_r,::Offset offs_r)
std::ostream & zypp::sat::operator<< (std::ostream &str, const Solvable &obj)
std::ostream & zypp::sat::dumpOn (std::ostream &str, const Solvable &obj)

Detailed Description

Definition in file Solvable.cc.


Define Documentation

#define OUTS (   K,
 
)    if ( !::strncmp( ident_r, ResKind::K.c_str(), S ) && ident_r[S] == ':' ) ret = ResKind::K
#define NO_SOLVABLE_RETURN (   VAL)
Value:
::_Solvable * _solvable( get() ); \
    if ( ! _solvable ) return VAL

Definition at line 126 of file Solvable.cc.

#define OUTS (   K,
 
)    if ( !::strncmp( ident, ResKind::K.c_str(), S ) ) return ResKind::K
#define OUTS (   X)    if ( ! obj[Dep::X].empty() ) str << endl << " " #X " " << obj[Dep::X]

Variable Documentation

const LocaleSet& _locales

Definition at line 591 of file Solvable.cc.