class CapabilitiesDictionaryInsertResult

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

Public Methods

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

Sets the union to hold the response member.

CapabilitiesDictionaryInsertResult WithErr (::fuchsia_component_runtime::CapabilitiesError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
CapabilitiesDictionaryInsertResult & err (::fuchsia_component_runtime::CapabilitiesError value)

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits