class CapabilityStoreDictionaryCopyResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits