|
template<int first, int last = first> |
using | Bitfield = BitfieldType< Unsigned< Storage, first, last > > |
|
template<int first, int last = first> |
using | BitfieldRO = BitfieldROType< Unsigned< Storage, first, last > > |
|
template<int first, int last = first> |
using | BitfieldWO = BitfieldWOType< Unsigned< Storage, first, last > > |
|
template<int first, int last = first> |
using | SignedBitfield = BitfieldType< Signed< Storage, first, last > > |
|
template<int first, int last = first> |
using | SignedBitfieldRO = BitfieldROType< Signed< Storage, first, last > > |
|
template<int first, int last = first> |
using | SignedBitfieldWO = BitfieldWOType< Signed< Storage, first, last > > |
|
template<class Storage>
class BitfieldBackend::BitfieldTypes< Storage >
Definition at line 216 of file bitunion.hh.