class DevelopmentManagerRebindCompositesWithDriverResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DevelopmentManagerRebindCompositesWithDriverResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits