class DriverIndexMatchDriverResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DriverIndexMatchDriverResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits