libzypp 17.38.6
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
16namespace zyppng
17{
18 using ::zypp::IdString;
19 using IdStringSet = std::unordered_set<IdString>;
20 using ::zypp::operator<<;
21 using ::zypp::dumpOn;
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
Access to the sat-pools string space.
Definition IdString.h:55
std::unordered_set< IdString > IdStringSet
Definition IdString.h:37
std::ostream & dumpOn(std::ostream &str, const Capability &obj)
relates: Capability Detailed stream output