libzypp 17.31.23
Application.cc
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
11#include <iostream>
12
13//#include <zypp/base/LogTools.h>
14#include <zypp/Application.h>
15
16using std::endl;
17
19namespace zypp
20{
22
24 : ResObject( solvable_r )
25 {}
26
28 {}
29
30} // namespace zypp
Class representing an application (appdata.xml)
Definition: Application.h:28
Application(const sat::Solvable &solvable_r)
Ctor.
Definition: Application.cc:23
virtual ~Application()
Dtor.
Definition: Application.cc:27
Base for resolvable objects.
Definition: ResObject.h:38
A Solvable object within the sat Pool.
Definition: Solvable.h:54
Easy-to use interface to the ZYPP dependency resolver.
Definition: CodePitfalls.doc:2
#define IMPL_PTR_TYPE(NAME)