class ControllerStartResult

Defined at line 851 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

ControllerStartResult WithErr (::fuchsia_component::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ControllerStartResult & err (::fuchsia_component::Error value)

Sets the union to hold the err member.

ControllerStartResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
ControllerStartResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void ControllerStartResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 862 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits