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