class BusCreateResult

Defined at line 112 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish.pipe/fuchsia.hardware.goldfish.pipe/cpp/fidl/fuchsia.hardware.goldfish.pipe/cpp/natural_types.h

Public Methods

void BusCreateResult (BusCreateResult && other)
BusCreateResult & operator= (BusCreateResult && other)
::fuchsia_hardware_goldfish_pipe::BusCreateResult::Tag Which ()
BusCreateResult WithResponse (::fuchsia_hardware_goldfish_pipe::BusCreateResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
BusCreateResult & response (::fuchsia_hardware_goldfish_pipe::BusCreateResponse value)

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void BusCreateResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 120 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish.pipe/fuchsia.hardware.goldfish.pipe/cpp/fidl/fuchsia.hardware.goldfish.pipe/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits