libzypp 17.38.6
capabilities.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_CAPABILITIES_H_INCLUDED
15#define ZYPP_NG_LOG_SAT_CAPABILITIES_H_INCLUDED
16
17#include <zypp/ng/log/format.h>
18
19namespace zyppng {
21
22 namespace sat {
23 class Capabilities;
24 }
25
26 namespace log {
27 template <>
29 static std::ostream& stream( std::ostream& str, const sat::Capabilities &obj );
30 };
31 }
32
33}
34
35#endif
Container of Capability (currently read only).
Container of Capability (currently read only).
String related utilities and Regular expression matching.
Libsolv interface
static std::ostream & stream(std::ostream &str, const sat::Capabilities &obj)
Primary trait for object formatting.
Definition format.h:67
#define ZYPP_FWD_DECL_TYPE_WITH_REFS(T)
Definition zyppglobal.h:119