|
libzypp 17.38.6
|
Classes | |
| struct | MaxBits |
| Number of bits available in TInt. More... | |
| struct | Mask |
| A bitmaks of _size 1-bits starting at bit _begin. More... | |
| struct | Range |
| Range of bits starting at bit _begin with length _size. More... | |
| struct | RangeValue |
| A value with in a Range. More... | |
| struct | RangeBit |
| A single 1-bit within a Range. More... | |
| class | BitField |
| An integral type used as BitField. More... | |
Functions | |
| template<class TInt> | |
| std::string | asString (TInt val, char zero='0', char one='1') |
| For printing bits. | |
| template<class TInt> | |
| bool | operator== (const BitField< TInt > &lhs, const BitField< TInt > &rhs) |
| relates: BitField | |
| template<class TInt> | |
| bool | operator!= (const BitField< TInt > &lhs, const BitField< TInt > &rhs) |
| relates: BitField | |
| template<class TInt> | |
| BitField< TInt > | operator& (const BitField< TInt > &lhs, const BitField< TInt > &rhs) |
| relates: BitField | |
| template<class TInt> | |
| BitField< TInt > | operator| (const BitField< TInt > &lhs, const BitField< TInt > &rhs) |
| relates: BitField | |
| template<class TInt> | |
| BitField< TInt > | operator^ (const BitField< TInt > &lhs, const BitField< TInt > &rhs) |
| relates: BitField | |
| template<class TInt> | |
| BitField< TInt > | operator>> (const BitField< TInt > &lhs, unsigned num) |
| relates: BitField | |
|
inline |