#include <Bit.h>
Public Types | |
| typedef _IntT | IntT |
Static Public Attributes | |
| static const IntT | value = bit_detail::Gen1Bits<IntT,_size>::value << _begin |
| static const IntT | inverted = ~value |
Definition at line 74 of file Bit.h.
| typedef _IntT zypp::bit::Mask< _IntT, _begin, _size >::IntT |
const IntT zypp::bit::Mask< _IntT, _begin, _size >::value = bit_detail::Gen1Bits<IntT,_size>::value << _begin [static] |
Definition at line 77 of file Bit.h.
Referenced by zypp::bit::BitField< _IntT >::assign(), zypp::bit::BitField< _IntT >::asString(), zypp::bit::BitField< _IntT >::isEqual(), and zypp::bit::BitField< _IntT >::value().
const IntT zypp::bit::Mask< _IntT, _begin, _size >::inverted = ~value [static] |
1.5.3