class CapabilityStoreConnectorOpenResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits