class CapabilityStoreDropResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits