class ControllerGetExposedDictionaryResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

void ControllerGetExposedDictionaryResult (::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 1059 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits