class CapabilityStoreDictionaryLegacyExportResult
Defined at line 3713 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/cpp/fidl/fuchsia.component.sandbox/cpp/natural_types.h
Public Methods
void CapabilityStoreDictionaryLegacyExportResult (CapabilityStoreDictionaryLegacyExportResult && other)
CapabilityStoreDictionaryLegacyExportResult & operator= (CapabilityStoreDictionaryLegacyExportResult && other)
void CapabilityStoreDictionaryLegacyExportResult (const CapabilityStoreDictionaryLegacyExportResult & other)
CapabilityStoreDictionaryLegacyExportResult & operator= (const CapabilityStoreDictionaryLegacyExportResult & other)
bool operator== (const CapabilityStoreDictionaryLegacyExportResult & other)
bool operator!= (const CapabilityStoreDictionaryLegacyExportResult & other)
::fuchsia_component_sandbox::CapabilityStoreDictionaryLegacyExportResult::Tag Which ()
CapabilityStoreDictionaryLegacyExportResult WithResponse (::fuchsia_component_sandbox::CapabilityStoreDictionaryLegacyExportResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
CapabilityStoreDictionaryLegacyExportResult & response (::fuchsia_component_sandbox::CapabilityStoreDictionaryLegacyExportResponse value)
Sets the union to hold the response member.
CapabilityStoreDictionaryLegacyExportResult WithErr (::fuchsia_component_sandbox::CapabilityStoreError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
CapabilityStoreDictionaryLegacyExportResult & err (::fuchsia_component_sandbox::CapabilityStoreError value)
Sets the union to hold the err member.
CapabilityStoreDictionaryLegacyExportResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
CapabilityStoreDictionaryLegacyExportResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void CapabilityStoreDictionaryLegacyExportResult (::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 3724 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/cpp/fidl/fuchsia.component.sandbox/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits