class CapabilityStoreDictionaryGetResult

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

Public Methods

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

Sets the union to hold the response member.

CapabilityStoreDictionaryGetResult WithErr (::fuchsia_component_sandbox::CapabilityStoreError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
CapabilityStoreDictionaryGetResult & err (::fuchsia_component_sandbox::CapabilityStoreError value)

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits