libzypp
10.5.0
|
Range of bits starting at bit _begin with length _size. More...
#include <Bit.h>
Public Types | |
typedef _IntT | IntT |
typedef zypp::bit::MaxBits< IntT > | MaxBits |
typedef zypp::bit::Mask< IntT, _begin, _size > | Mask |
Static Public Attributes | |
static const unsigned | begin = _begin |
static const unsigned | size = _size |
static const unsigned | end = _begin + _size |
Range of bits starting at bit _begin with length _size.
typedef _IntT zypp::bit::Range< _IntT, _begin, _size >::IntT |
typedef zypp::bit::MaxBits<IntT> zypp::bit::Range< _IntT, _begin, _size >::MaxBits |
typedef zypp::bit::Mask<IntT,_begin,_size> zypp::bit::Range< _IntT, _begin, _size >::Mask |
const unsigned zypp::bit::Range< _IntT, _begin, _size >::begin = _begin [static] |
const unsigned zypp::bit::Range< _IntT, _begin, _size >::size = _size [static] |
const unsigned zypp::bit::Range< _IntT, _begin, _size >::end = _begin + _size [static] |