libzypp  17.38.7
bit.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
9 // Automatically generated wrapper for zypp/Bit.h
10 // Source Namespace: zypp -> Target Namespace: zyppng
11 #ifndef BIT_H_ZYPPNG_WRAPPER_H
12 #define BIT_H_ZYPPNG_WRAPPER_H
13 
14 #include <zypp/Bit.h>
15 
16 namespace zyppng
17 {
18  namespace bit {
19  using ::zypp::bit::MaxBits;
21  using ::zypp::bit::Mask;
22  using ::zypp::bit::Range;
23  using ::zypp::bit::RangeValue;
24  using ::zypp::bit::RangeBit;
25  using ::zypp::bit::BitField;
26  using ::zypp::bit::operator<<;
27  using ::zypp::bit::operator==;
28  using ::zypp::bit::operator!=;
29  using ::zypp::bit::operator&;
30  using ::zypp::bit::operator|;
31  using ::zypp::bit::operator^;
32  using ::zypp::bit::operator>>;
33  } // namespace bit
34 
35 } // namespace zyppng
36 #endif // BIT_H_ZYPPNG_WRAPPER_H
std::string asString(const Patch::Category &obj)
relates: Patch::Category string representation.
Definition: Patch.cc:122