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