14 std::ostringstream os;
16 << (std::string) idDictFieldImp.
ored_field() <<
" "
17 << std::hex << idDictFieldImp.
mask() <<
" "
19 << std::dec << idDictFieldImp.
shift()
20 <<
" " << idDictFieldImp.
bits() <<
" " << idDictFieldImp.
bits_offset() <<
" ";
IdDictFieldImplementation is used to capture the specification of a single field of an Identifier.
value_type zeroing_mask() const
size_type bits_offset() const
const Range::field & ored_field() const
bool decode_index() const
std::string formatOutput(std::string_view title, const IdDictFieldImplementation &idDictFieldImp)