class ProviderGetResult
Defined at line 74 of file fidling/gen/sdk/fidl/fuchsia.hardware.interrupt/fuchsia.hardware.interrupt/cpp/fidl/fuchsia.hardware.interrupt/cpp/natural_types.h
Public Methods
void ProviderGetResult (ProviderGetResult && other)
ProviderGetResult & operator= (ProviderGetResult && other)
::fuchsia_hardware_interrupt::ProviderGetResult::Tag Which ()
ProviderGetResult WithResponse (::fuchsia_hardware_interrupt::ProviderGetResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ProviderGetResult & response (::fuchsia_hardware_interrupt::ProviderGetResponse value)
Sets the union to hold the response member.
ProviderGetResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ProviderGetResult & err (int32_t value)
Sets the union to hold the err member.
void ProviderGetResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 82 of file fidling/gen/sdk/fidl/fuchsia.hardware.interrupt/fuchsia.hardware.interrupt/cpp/fidl/fuchsia.hardware.interrupt/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits