class MatchDriverResult

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

Driver matched by the driver index.

Public Methods

void MatchDriverResult (MatchDriverResult && other)
MatchDriverResult & operator= (MatchDriverResult && other)
void MatchDriverResult (const MatchDriverResult & other)
MatchDriverResult & operator= (const MatchDriverResult & other)
bool operator== (const MatchDriverResult & other)
bool operator!= (const MatchDriverResult & other)
bool IsUnknown ()
::fuchsia_driver_index::MatchDriverResult::Tag Which ()
MatchDriverResult WithDriver (::fuchsia_driver_framework::DriverInfo val)
const ::fidl::internal::UnionMemberView<1, Storage_> driver ()
::fidl::internal::UnionMemberView<1, Storage_> driver ()
MatchDriverResult & driver (::fuchsia_driver_framework::DriverInfo value)

Information for a normal driver.

MatchDriverResult WithCompositeParents (::std::vector< ::fuchsia_driver_framework::CompositeParent> val)
const ::fidl::internal::UnionMemberView<2, Storage_> composite_parents ()
::fidl::internal::UnionMemberView<2, Storage_> composite_parents ()
MatchDriverResult & composite_parents (::std::vector< ::fuchsia_driver_framework::CompositeParent> value)

Information for a parent spec.

void MatchDriverResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kDriver 1
kCompositeParents 2
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits