libzypp  17.38.7
idstring.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
9 // Automatically generated wrapper for zypp/IdString.h
10 // Source Namespace: zypp -> Target Namespace: zyppng
11 #ifndef IDSTRING_H_ZYPPNG_WRAPPER_H
12 #define IDSTRING_H_ZYPPNG_WRAPPER_H
13 
14 #include <zypp/IdString.h>
15 
16 namespace zyppng
17 {
19  using IdStringSet = std::unordered_set<IdString>;
20  using ::zypp::operator<<;
22  using ::zypp::operator==;
23  using ::zypp::operator!=;
24  using ::zypp::operator<;
25  using ::zypp::operator<=;
26  using ::zypp::operator>;
27  using ::zypp::operator>=;
28 } // namespace zyppng
29 #endif // IDSTRING_H_ZYPPNG_WRAPPER_H
std::unordered_set< IdString > IdStringSet
Definition: IdString.h:37
std::ostream & dumpOn(std::ostream &str, const Capability &obj)
relates: Capability Detailed stream output
Definition: Capability.cc:589
zypp::IdString IdString
Definition: idstring.h:16