class CapabilitiesDictionaryRemoveResult
Defined at line 3721 of file fidling/gen/sdk/fidl/fuchsia.component.runtime/fuchsia.component.runtime/cpp/fidl/fuchsia.component.runtime/cpp/natural_types.h
Public Methods
void CapabilitiesDictionaryRemoveResult (CapabilitiesDictionaryRemoveResult && other)
CapabilitiesDictionaryRemoveResult & operator= (CapabilitiesDictionaryRemoveResult && other)
::fuchsia_component_runtime::CapabilitiesDictionaryRemoveResult::Tag Which ()
CapabilitiesDictionaryRemoveResult WithResponse (::fuchsia_component_runtime::CapabilitiesDictionaryRemoveResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
CapabilitiesDictionaryRemoveResult & response (::fuchsia_component_runtime::CapabilitiesDictionaryRemoveResponse value)
Sets the union to hold the response member.
CapabilitiesDictionaryRemoveResult WithErr (::fuchsia_component_runtime::CapabilitiesError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
CapabilitiesDictionaryRemoveResult & err (::fuchsia_component_runtime::CapabilitiesError value)
Sets the union to hold the err member.
CapabilitiesDictionaryRemoveResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
CapabilitiesDictionaryRemoveResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void CapabilitiesDictionaryRemoveResult (::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 3732 of file fidling/gen/sdk/fidl/fuchsia.component.runtime/fuchsia.component.runtime/cpp/fidl/fuchsia.component.runtime/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits