libzypp 17.38.6
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
16namespace zyppng
17{
18 namespace bit {
19 using ::zypp::bit::MaxBits;
20 using ::zypp::bit::asString;
21 using ::zypp::bit::Mask;
22 using ::zypp::bit::Range;
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
An integral type used as BitField.
Definition Bit.h:160
std::string asString(TInt val, char zero='0', char one='1')
For printing bits.
Definition Bit.h:57
A bitmaks of _size 1-bits starting at bit _begin.
Definition Bit.h:73
Number of bits available in TInt.
Definition Bit.h:50
A single 1-bit within a Range.
Definition Bit.h:129
A value with in a Range.
Definition Bit.h:111
Range of bits starting at bit _begin with length _size.
Definition Bit.h:82