class Iommu

Defined at line 1521 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/natural_types.h

Public Methods

void Iommu (Iommu && other)
Iommu & operator= (Iommu && other)
void Iommu (const Iommu & other)
Iommu & operator= (const Iommu & other)
bool operator== (const Iommu & other)
bool operator!= (const Iommu & other)
bool IsUnknown ()
::fuchsia_hardware_platform_bus::Iommu::Tag Which ()
Iommu WithStubIommu (::fuchsia_hardware_platform_bus::StubIommu val)
const ::fidl::internal::UnionMemberView<1, Storage_> stub_iommu ()
::fidl::internal::UnionMemberView<1, Storage_> stub_iommu ()
Iommu & stub_iommu (::fuchsia_hardware_platform_bus::StubIommu value)

Sets the union to hold the stub_iommu member.

Iommu WithArmSmmu (::fuchsia_hardware_platform_bus::ArmSmmu val)
const ::fidl::internal::UnionMemberView<2, Storage_> arm_smmu ()
::fidl::internal::UnionMemberView<2, Storage_> arm_smmu ()
Iommu & arm_smmu (::fuchsia_hardware_platform_bus::ArmSmmu value)

Sets the union to hold the arm_smmu member.

void Iommu (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kStubIommu 1
kArmSmmu 2
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

TODO: share union tag types between wire

&

natural.

Defined at line 1531 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits