libzypp  13.10.6
ResObject.cc File Reference
#include "zypp/ResObject.h"
#include "zypp/sat/SolvAttr.h"
#include "zypp/sat/Solvable.h"
#include "zypp/Repository.h"
#include "zypp/RepoInfo.h"
#include "zypp/IdString.h"
#include "zypp/ResObjects.h"

Go to the source code of this file.

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 

Macros

#define OUTS(X)   if ( kind == ResTraits<X>::kind ) return make<X>( solvable_r );
 

Functions

 zypp::IMPL_PTR_TYPE (ResObject)
 
ResObject::Ptr zypp::makeResObject (const sat::Solvable &solvable_r)
 Create ResObject from sat::Solvable. More...
 

Macro Definition Documentation

#define OUTS (   X)    if ( kind == ResTraits<X>::kind ) return make<X>( solvable_r );