class DriverHostStartResult

Defined at line 469 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_types.h

Public Methods

void DriverHostStartResult (DriverHostStartResult && other)
DriverHostStartResult & operator= (DriverHostStartResult && other)
void DriverHostStartResult (const DriverHostStartResult & other)
DriverHostStartResult & operator= (const DriverHostStartResult & other)
bool operator== (const DriverHostStartResult & other)
bool operator!= (const DriverHostStartResult & other)
::fuchsia_driver_host::DriverHostStartResult::Tag Which ()
DriverHostStartResult WithResponse (::fuchsia_driver_host::DriverHostStartResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DriverHostStartResult & response (::fuchsia_driver_host::DriverHostStartResponse value)

Sets the union to hold the response member.

DriverHostStartResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DriverHostStartResult & err (int32_t value)

Sets the union to hold the err member.

void DriverHostStartResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 477 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits