libzypp 17.38.6
idstringtype.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
9// Automatically generated wrapper for zypp/IdStringType.h
10// Source Namespace: zypp -> Target Namespace: zyppng
11#ifndef IDSTRINGTYPE_H_ZYPPNG_WRAPPER_H
12#define IDSTRINGTYPE_H_ZYPPNG_WRAPPER_H
13
14#include <zypp/IdStringType.h>
15
16namespace zyppng
17{
18 using ::zypp::IdStringType;
19 using ::zypp::operator<<;
20 using ::zypp::operator==;
21 using ::zypp::operator!=;
22 using ::zypp::operator<;
23 using ::zypp::operator<=;
24 using ::zypp::operator>;
25 using ::zypp::operator>=;
26} // namespace zyppng
27#endif // IDSTRINGTYPE_H_ZYPPNG_WRAPPER_H
Base class for creating IdString based types.