11#ifndef ZYPP_APPLICATION_H
12#define ZYPP_APPLICATION_H
Class representing an application (appdata.xml)
friend Ptr make(const sat::Solvable &solvable_r)
Directly create a certain kind of ResObject from sat::Solvable.
Application(const sat::Solvable &solvable_r)
Ctor.
~Application() override
Dtor.
TraitsType::constPtrType constPtr
Base for resolvable objects.
A Solvable object within the sat Pool.
Easy-to use interface to the ZYPP dependency resolver.
intrusive_ptr< TRes > PtrType
intrusive_ptr< const TRes > constPtrType
#define DEFINE_PTR_TYPE(NAME)
Forward declaration of Ptr types.