libzypp 17.31.7
|
Base for resolvable objects. More...
#include <ResObject.h>
Public Types | |
typedef ResObject | Self |
typedef ResTraits< Self > | TraitsType |
typedef TraitsType::PtrType | Ptr |
typedef TraitsType::constPtrType | constPtr |
![]() | |
typedef Resolvable | Self |
typedef ResTraits< Self > | TraitsType |
typedef TraitsType::KindType | Kind |
typedef TraitsType::PtrType | Ptr |
typedef TraitsType::constPtrType | constPtr |
Protected Member Functions | |
ResObject (const sat::Solvable &solvable_r) | |
Ctor. More... | |
virtual | ~ResObject () |
Dtor. More... | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Helper for stream output. More... | |
operator sat::Solvable () const | |
This is a sat::SolvableType (allow implicit conversion in derived classes). More... | |
![]() | |
Resolvable (const sat::Solvable &solvable_r) | |
Ctor. More... | |
virtual | ~Resolvable () |
Dtor. More... | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Helper for stream output. More... | |
![]() | |
SolvableType () | |
SolvableType (const SolvableType &) | |
SolvableType (SolvableType &&) | |
void | operator= (const SolvableType &) |
void | operator= (SolvableType &&) |
~SolvableType () | |
![]() | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload to realize std::ostream & operator<<. More... | |
virtual void | ref_to (unsigned) const |
Trigger derived classes after refCount was increased. More... | |
virtual void | unref_to (unsigned) const |
Trigger derived classes after refCount was decreased. More... | |
Friends | |
ResObject::Ptr | makeResObject (const sat::Solvable &solvable_r) |
Create ResObject from sat::Solvable. More... | |
Related Functions | |
(Note that these are not member functions.) | |
template<class TRes > | |
ResTraits< TRes >::PtrType | asKind (const ResObject::Ptr &p) |
Convert ResObject::Ptr into Ptr of a certain Kind. More... | |
![]() | |
std::ostream & | operator<< (std::ostream &str, const Resolvable &obj) |
Stream output. More... | |
std::ostream & | dumpOn (std::ostream &str, const Resolvable &obj) |
More verbose stream output including dependencies. More... | |
template<class TRes > | |
bool | isKind (const Resolvable::constPtr &p) |
Test whether a Resolvable::Ptr is of a certain Kind. More... | |
template<class TRes > | |
ResTraits< TRes >::PtrType | asKind (const Resolvable::Ptr &p) |
Convert Resolvable::Ptr into Ptr of a certain Kind. More... | |
int | compareByN (const Resolvable::constPtr &lhs, const Resolvable::constPtr &rhs) |
Compare Resolvable::constPtr according to kind and name. More... | |
int | compareByNVR (const Resolvable::constPtr &lhs, const Resolvable::constPtr &rhs) |
Compare according to kind, name and edition. More... | |
int | compareByNVRA (const Resolvable::constPtr &lhs, const Resolvable::constPtr &rhs) |
Compare Resolvable::constPtr according to kind, name, edition and arch. More... | |
![]() | |
bool | isKind (const SolvableType< Resolvable > &solvable_r) |
Test whether the Solvable is of a certain ResKind. More... | |
bool | identical (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
Test for same content. More... | |
bool | sameNVRA (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
Test for same name version release and arch. More... | |
std::ostream & | operator<< (std::ostream &str, const SolvableType< Resolvable > &obj) |
Stream output. More... | |
std::ostream & | dumpOn (std::ostream &str, const SolvableType< Resolvable > &obj) |
More verbose stream output including dependencies. More... | |
bool | operator== (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
Equal. More... | |
bool | operator!= (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
NotEqual. More... | |
bool | operator< (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
Less. More... | |
int | compareByN (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
Compare according to kind and name. More... | |
int | compareByNVR (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
Compare according to kind, name and edition. More... | |
int | compareByNVRA (const SolvableType< LDerived > &lhs, const SolvableType< RDerived > &rhs) |
Compare according to kind, name, edition and arch. More... | |
![]() | |
void | intrusive_ptr_add_ref (const ReferenceCounted *ptr_r) |
intrusive_ptr hook to add_ref. More... | |
void | intrusive_ptr_release (const ReferenceCounted *ptr_r) |
intrusive_ptr hook to release. More... | |
std::ostream & | operator<< (std::ostream &str, const ReferenceCounted &obj) |
Stream output. More... | |
Additional Inherited Members | |
![]() | |
static void | add_ref (const ReferenceCounted *ptr_r) |
Called by zypp::intrusive_ptr to add a reference. More... | |
static void | release (const ReferenceCounted *ptr_r) |
Called by zypp::intrusive_ptr to add a reference. More... | |
![]() | |
Capabilities | const |
Base for resolvable objects.
Definition at line 37 of file ResObject.h.
typedef ResObject zypp::ResObject::Self |
Definition at line 40 of file ResObject.h.
typedef ResTraits<Self> zypp::ResObject::TraitsType |
Definition at line 41 of file ResObject.h.
Definition at line 42 of file ResObject.h.
Definition at line 43 of file ResObject.h.
|
protected |
Ctor.
Definition at line 23 of file ResObject.cc.
|
protectedvirtual |
Dtor.
Definition at line 27 of file ResObject.cc.
|
inline |
Convert this
into a Ptr of a certain Kind.
This is a convenience to access type specific attributes.
NULL
if this
is not of the specified kind. Definition at line 147 of file ResObject.h.
|
inline |
Definition at line 151 of file ResObject.h.
|
inline |
Vendor.
Definition at line 69 of file ResObject.h.
|
protectedvirtual |
Helper for stream output.
Reimplemented from zypp::Resolvable.
Definition at line 30 of file ResObject.cc.
|
inlineprotected |
This is a sat::SolvableType (allow implicit conversion in derived classes).
Definition at line 81 of file ResObject.h.
|
friend |
Create ResObject from sat::Solvable.
This function creates the apropriate kind of ResObject depending on the sat::Solvables kind, and returns a smart pointer to it.
If the sat::Solvables kind is not convertible, a NULL pointer is returned.
Definition at line 43 of file ResObject.cc.
|
related |
Convert ResObject::Ptr into Ptr of a certain Kind.
NULL
iff p is NULL
or points to a Resolvable not of the specified Kind.Definition at line 139 of file ResObject.h.