class CapabilityStoreDictionaryRemoveResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits