libzypp
17.38.7
solvable.h
Go to the documentation of this file.
1
/*---------------------------------------------------------------------\
2
| ____ _ __ __ ___ |
3
| |__ / \ / / . \ . \ |
4
| / / \ V /| _/ _/ |
5
| / /__ | | | | | | |
6
| /_____||_| |_| |_| |
7
| |
8
----------------------------------------------------------------------/
9
*
10
* This file contains private API, this might break at any time between releases.
11
* You have been warned!
12
*
13
*/
14
#ifndef ZYPP_NG_LOG_SAT_SOLVABLE_H_INCLUDED
15
#define ZYPP_NG_LOG_SAT_SOLVABLE_H_INCLUDED
16
17
#include <
zypp/ng/log/format.h
>
18
19
namespace
zyppng
{
20
ZYPP_FWD_DECL_TYPE_WITH_REFS
(Context);
21
22
namespace
sat {
23
class
Solvable;
24
}
25
26
namespace
log {
27
template
<>
28
struct
formatter
<sat::Solvable> {
29
static
std::ostream& stream(std::ostream&
str
,
const
sat::Solvable
&obj );
30
};
31
}
32
33
}
34
#endif
zyppng::sat::Solvable
A Solvable object within the sat Pool.
Definition:
solvable.h:64
str
String related utilities and Regular expression matching.
format.h
zyppng::ZYPP_FWD_DECL_TYPE_WITH_REFS
ZYPP_FWD_DECL_TYPE_WITH_REFS(EventDispatcher)
zyppng::log::formatter
Primary trait for object formatting.
Definition:
format.h:67
zyppng
Definition:
MediaNetworkRequestExecutor.h:16
zypp
ng
log
sat
solvable.h
Generated by
1.8.14