libzypp 17.38.6
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
19namespace zyppng {
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
A Solvable object within the sat Pool.
Definition solvable.h:65
String related utilities and Regular expression matching.
Libsolv interface
This file contains private API, this might break at any time between releases.
static std::ostream & stream(std::ostream &str, const sat::Solvable &obj)
Definition solvable.cc:15
Primary trait for object formatting.
Definition format.h:67
#define ZYPP_FWD_DECL_TYPE_WITH_REFS(T)
Definition zyppglobal.h:119