class Mask

Defined at line 83 of file fidling/gen/sdk/fidl/fuchsia.hardware.registers/fuchsia.hardware.registers/cpp/fidl/fuchsia.hardware.registers/cpp/natural_types.h

Public Methods

void Mask (Mask && other)
Mask & operator= (Mask && other)
void Mask (const Mask & other)
Mask & operator= (const Mask & other)
bool operator== (const Mask & other)
bool operator!= (const Mask & other)
::fuchsia_hardware_registers::Mask::Tag Which ()
Mask WithR8 (uint8_t val)
const ::fidl::internal::UnionMemberView<1, Storage_> r8 ()
::fidl::internal::UnionMemberView<1, Storage_> r8 ()
Mask & r8 (uint8_t value)

Sets the union to hold the r8 member.

Mask WithR16 (uint16_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> r16 ()
::fidl::internal::UnionMemberView<2, Storage_> r16 ()
Mask & r16 (uint16_t value)

Sets the union to hold the r16 member.

Mask WithR32 (uint32_t val)
const ::fidl::internal::UnionMemberView<3, Storage_> r32 ()
::fidl::internal::UnionMemberView<3, Storage_> r32 ()
Mask & r32 (uint32_t value)

Sets the union to hold the r32 member.

Mask WithR64 (uint64_t val)
const ::fidl::internal::UnionMemberView<4, Storage_> r64 ()
::fidl::internal::UnionMemberView<4, Storage_> r64 ()
Mask & r64 (uint64_t value)

Sets the union to hold the r64 member.

void Mask (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kR8 1
kR16 2
kR32 3
kR64 4

TODO: share union tag types between wire

&

natural.

Defined at line 91 of file fidling/gen/sdk/fidl/fuchsia.hardware.registers/fuchsia.hardware.registers/cpp/fidl/fuchsia.hardware.registers/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits