libzypp  13.10.6
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/base/Xml.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"

Go to the source code of this file.

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::sat
 Libsolv interface
 

Macros

#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)
 
std::ostream & zypp::sat::dumpAsXmlOn (std::ostream &str, const Solvable &obj)
 

Macro Definition 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 127 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 604 of file Solvable.cc.