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