|
libzypp 17.38.6
|
Class representing an application (appdata.xml). More...
#include <zypp/Application.h>

Public Types | |
| using | Self = Application |
| using | TraitsType = ResTraits<Self> |
| using | Ptr = TraitsType::PtrType |
| using | constPtr = TraitsType::constPtrType |
| Public Types inherited from zypp::ResObject | |
| using | Self = ResObject |
| using | TraitsType = ResTraits<Self> |
| using | Ptr = TraitsType::PtrType |
| using | constPtr = TraitsType::constPtrType |
| Public Types inherited from zypp::Resolvable | |
| using | Self = Resolvable |
| using | TraitsType = ResTraits<Self> |
| using | Kind = TraitsType::KindType |
| using | Ptr = TraitsType::PtrType |
| using | constPtr = TraitsType::constPtrType |
Protected Member Functions | |
| Application (const sat::Solvable &solvable_r) | |
| Ctor. | |
| ~Application () override | |
| Dtor. | |
| Protected Member Functions inherited from zypp::ResObject | |
| ResObject (const sat::Solvable &solvable_r) | |
| Ctor. | |
| ~ResObject () override | |
| Dtor. | |
| std::ostream & | dumpOn (std::ostream &str) const override |
| Helper for stream output. | |
| operator sat::Solvable () const | |
| This is a sat::SolvableType (allow implicit conversion in derived classes). | |
| Protected Member Functions inherited from zypp::Resolvable | |
| Resolvable (const sat::Solvable &solvable_r) | |
| Ctor. | |
| ~Resolvable () override | |
| Dtor. | |
| std::ostream & | dumpOn (std::ostream &str) const override |
| Helper for stream output. | |
| Protected Member Functions inherited from zypp::sat::SolvableType< Resolvable > | |
| SolvableType () | |
| SolvableType & | operator= (const SolvableType &)=default |
| ~SolvableType () | |
| Protected Member Functions inherited from zypp::base::ReferenceCounted | |
| virtual void | ref_to (unsigned) const |
| Trigger derived classes after refCount was increased. | |
| virtual void | unref_to (unsigned) const |
| Trigger derived classes after refCount was decreased. | |
Friends | |
| Ptr | make (const sat::Solvable &solvable_r) |
| Directly create a certain kind of ResObject from sat::Solvable. | |
Class representing an application (appdata.xml).
Definition at line 27 of file Application.h.
| using zypp::Application::Self = Application |
Definition at line 30 of file Application.h.
| using zypp::Application::TraitsType = ResTraits<Self> |
Definition at line 31 of file Application.h.
Definition at line 32 of file Application.h.
Definition at line 33 of file Application.h.
|
protected |
Ctor.
Definition at line 23 of file Application.cc.
|
overrideprotected |
Dtor.
Definition at line 27 of file Application.cc.
|
friend |
Directly create a certain kind of ResObject from sat::Solvable.
If the sat::Solvables kind is not appropriate, a NULL pointer is returned.
Definition at line 118 of file ResObject.h.