libzypp 17.37.17
Application.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
11#ifndef ZYPP_APPLICATION_H
12#define ZYPP_APPLICATION_H
13
14#include <iosfwd>
15
16#include <zypp/ResObject.h>
17
19namespace zypp
20{
22
28 {
29 public:
34
35 public:
36 // no attributes defined by now
37
38 protected:
39 friend Ptr make<Self>( const sat::Solvable & solvable_r );
41 Application( const sat::Solvable & solvable_r );
43 ~Application() override;
44 };
45
46} // namespace zypp
48#endif // ZYPP_APPLICATION_H
Class representing an application (appdata.xml)
Definition Application.h:28
TraitsType::PtrType Ptr
Definition Application.h:32
Application(const sat::Solvable &solvable_r)
Ctor.
ResTraits< Self > TraitsType
Definition Application.h:31
TraitsType::constPtrType constPtr
Definition Application.h:33
Application Self
Definition Application.h:30
ResObject(const sat::Solvable &solvable_r)
Ctor.
Definition ResObject.cc:23
A Solvable object within the sat Pool.
Definition Solvable.h:54
Easy-to use interface to the ZYPP dependency resolver.
ResTraits< TRes >::PtrType make(const sat::Solvable &solvable_r)
Directly create a certain kind of ResObject from sat::Solvable.
Definition ResObject.h:118
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
Definition Arch.h:247
ResTraits.
Definition ResTraits.h:80
intrusive_ptr< Self > PtrType
Definition ResTraits.h:82
intrusive_ptr< const Self > constPtrType
Definition ResTraits.h:83
#define DEFINE_PTR_TYPE(NAME)
Forward declaration of Ptr types.
Definition PtrTypes.h:639