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