class BarResult
Defined at line 1553 of file fidling/gen/sdk/fidl/fuchsia.hardware.pci/fuchsia.hardware.pci/cpp/fidl/fuchsia.hardware.pci/cpp/natural_types.h
Public Methods
void BarResult (BarResult && other)
BarResult & operator= (BarResult && other)
bool IsUnknown ()
::fuchsia_hardware_pci::BarResult::Tag Which ()
BarResult WithIo (::fuchsia_hardware_pci::IoBar val)
const ::fidl::internal::UnionMemberView<1, Storage_> io ()
::fidl::internal::UnionMemberView<1, Storage_> io ()
BarResult & io (::fuchsia_hardware_pci::IoBar value)
Sets the union to hold the io member.
BarResult WithVmo (::zx::vmo val)
const ::fidl::internal::UnionMemberView<2, Storage_> vmo ()
::fidl::internal::UnionMemberView<2, Storage_> vmo ()
BarResult & vmo (::zx::vmo value)
Sets the union to hold the vmo member.
void BarResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kIo | 1 |
| kVmo | 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 1563 of file fidling/gen/sdk/fidl/fuchsia.hardware.pci/fuchsia.hardware.pci/cpp/fidl/fuchsia.hardware.pci/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits