class ManagerRestartWithDictionaryResult

Defined at line 1310 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/natural_types.h

Public Methods

void ManagerRestartWithDictionaryResult (ManagerRestartWithDictionaryResult && other)
ManagerRestartWithDictionaryResult & operator= (ManagerRestartWithDictionaryResult && other)
::fuchsia_driver_development::ManagerRestartWithDictionaryResult::Tag Which ()
ManagerRestartWithDictionaryResult WithResponse (::fuchsia_driver_development::ManagerRestartWithDictionaryResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ManagerRestartWithDictionaryResult & response (::fuchsia_driver_development::ManagerRestartWithDictionaryResponse value)

Sets the union to hold the response member.

ManagerRestartWithDictionaryResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ManagerRestartWithDictionaryResult & err (int32_t value)

Sets the union to hold the err member.

void ManagerRestartWithDictionaryResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 1320 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits