class CompositeDriverMatch
Defined at line 1106 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
Information for a composite driver that has matched with a composite.
Public Methods
void CompositeDriverMatch ()
Defined at line 1108 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
void CompositeDriverMatch (const CompositeDriverMatch & other)
Defined at line 1109 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
bool has_parent_names ()
CompositeDriverMatch & operator= (const CompositeDriverMatch & other)
Defined at line 1110 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
void CompositeDriverMatch (CompositeDriverMatch && other)
Defined at line 1111 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_driver_framework::wire::CompositeDriverMatch> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_driver_framework::wire::CompositeDriverMatch> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::CompositeDriverMatch>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
::fuchsia_driver_framework::wire::CompositeDriverInfo & composite_driver ()
Information for the composite driver that has matched.
bool has_composite_driver ()
CompositeDriverMatch & operator= (CompositeDriverMatch && other)
Defined at line 1112 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
::fidl::VectorView< ::fidl::StringView> & parent_names ()
A list of all the parent names, ordered by index.
These names come from the node definitions in the driver's composite bind rules.
uint32_t & primary_parent_index ()
The primary node index. Identified by the primary node in the driver's
composite bind rules.
bool has_primary_parent_index ()
CompositeDriverMatch & set_composite_driver (::fidl::ObjectView< ::fuchsia_driver_framework::wire::CompositeDriverInfo> elem)
CompositeDriverMatch & set_composite_driver (std::nullptr_t )
CompositeDriverMatch & clear_composite_driver ()
CompositeDriverMatch & set_parent_names (::fidl::ObjectView< ::fidl::VectorView< ::fidl::StringView>> elem)
CompositeDriverMatch & set_parent_names (std::nullptr_t )
CompositeDriverMatch & clear_parent_names ()
CompositeDriverMatch & set_primary_parent_index (uint32_t elem)
CompositeDriverMatch & clear_primary_parent_index ()
void CompositeDriverMatch (::fidl::AnyArena & allocator)
void CompositeDriverMatch (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::CompositeDriverMatch>> && frame)
This constructor allows a user controlled allocation (not using a Arena).
It should only be used when performance is key.
As soon as the frame is given to the table, it must not be used directly or for another table.
void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::CompositeDriverMatch>> && frame_ptr)
void ~CompositeDriverMatch ()
Defined at line 1114 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder