libzypp
17.38.6
repository.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
15
#ifndef ZYPP_NG_LOG_SAT_REPOSITORY_H_INCLUDED
16
#define ZYPP_NG_LOG_SAT_REPOSITORY_H_INCLUDED
17
18
#include <
zypp/ng/log/format.h
>
19
#include <iosfwd>
20
21
namespace
zyppng
{
22
23
namespace
sat
{
24
class
Repository
;
25
}
26
27
namespace
log
{
28
template
<>
29
struct
formatter
<
sat
::
Repository
> {
30
static
std::ostream&
stream
(std::ostream&
str
,
const
sat::Repository
&obj );
31
};
32
}
33
34
}
35
#endif
zypp::Repository
Definition
Repository.h:40
zyppng::sat::Repository
Definition
repository.h:50
format.h
str
String related utilities and Regular expression matching.
zypp::sat
Libsolv interface
zyppng::log
Definition
format.h:29
zyppng::sat
This file contains private API, this might break at any time between releases.
Definition
capabilities.h:22
zyppng
Definition
MediaNetworkRequestExecutor.h:16
zyppng::log::formatter< sat::Repository >::stream
static std::ostream & stream(std::ostream &str, const sat::Repository &obj)
Definition
repository.cc:16
zyppng::log::formatter
Primary trait for object formatting.
Definition
format.h:67
zypp
ng
log
sat
repository.h
Generated by
1.16.1