libzypp  11.13.5
zypp::bit::Mask< _IntT, _begin, _size > Struct Template Reference

A bitmaks of _size 1-bits starting at bit _begin. More...

#include <Bit.h>

List of all members.

Public Types

typedef _IntT IntT

Static Public Attributes

static const IntT value = bit_detail::Gen1Bits<IntT,_size>::value << _begin
static const IntT inverted = ~value

Detailed Description

template<class _IntT, unsigned _begin, unsigned _size>
struct zypp::bit::Mask< _IntT, _begin, _size >

A bitmaks of _size 1-bits starting at bit _begin.

Definition at line 74 of file Bit.h.


Member Typedef Documentation

template<class _IntT , unsigned _begin, unsigned _size>
typedef _IntT zypp::bit::Mask< _IntT, _begin, _size >::IntT

Definition at line 76 of file Bit.h.


Member Data Documentation

template<class _IntT , unsigned _begin, unsigned _size>
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.

template<class _IntT , unsigned _begin, unsigned _size>
const IntT zypp::bit::Mask< _IntT, _begin, _size >::inverted = ~value
static

Definition at line 78 of file Bit.h.


The documentation for this struct was generated from the following file: