class CompositeParent

Defined at line 2400 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h

A parent to a composite that is defined by a composite node spec.

Public Methods

void CompositeParent ()

Defined at line 2402 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h

void CompositeParent (const CompositeParent & other)

Defined at line 2403 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h

CompositeParent & operator= (const CompositeParent & other)

Defined at line 2404 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h

void CompositeParent (CompositeParent && other)

Defined at line 2405 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::CompositeParent> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_driver_framework::wire::CompositeParent> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::CompositeParent>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::fuchsia_driver_framework::wire::CompositeInfo & composite ()

Information about the composite that this is a parent of.

bool has_composite ()
uint32_t & index ()

The index of this parent in the spec's parents.

bool has_index ()
CompositeParent & operator= (CompositeParent && other)

Defined at line 2406 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h

CompositeParent & set_composite (::fidl::ObjectView< ::fuchsia_driver_framework::wire::CompositeInfo> elem)
CompositeParent & set_composite (std::nullptr_t )
CompositeParent & clear_composite ()
CompositeParent & set_index (uint32_t elem)
CompositeParent & clear_index ()
void CompositeParent (::fidl::AnyArena & allocator)
void CompositeParent (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::CompositeParent>> && 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::CompositeParent>> && frame_ptr)
void ~CompositeParent ()

Defined at line 2408 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