class PowerElementConfiguration

Defined at line 1250 of file fidling/gen/sdk/fidl/fuchsia.hardware.power/fuchsia.hardware.power/cpp/fidl/fuchsia.hardware.power/cpp/wire_types.h

Contains the `PowerElement` description and any dependencies it has on

other `PowerElement`s.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_hardware_power::wire::PowerElementConfiguration> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_hardware_power::wire::PowerElementConfiguration> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_power::wire::PowerElementConfiguration>> frame)

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

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_power::wire::PowerElementConfiguration>> && frame_ptr)
void PowerElementConfiguration ()

Defined at line 1252 of file fidling/gen/sdk/fidl/fuchsia.hardware.power/fuchsia.hardware.power/cpp/fidl/fuchsia.hardware.power/cpp/wire_types.h

void PowerElementConfiguration (PowerElementConfiguration && other)

Defined at line 1255 of file fidling/gen/sdk/fidl/fuchsia.hardware.power/fuchsia.hardware.power/cpp/fidl/fuchsia.hardware.power/cpp/wire_types.h

::fuchsia_hardware_power::wire::PowerElement & element ()
bool has_element ()
bool has_dependencies ()
PowerElementConfiguration & operator= (const PowerElementConfiguration & other)

Defined at line 1254 of file fidling/gen/sdk/fidl/fuchsia.hardware.power/fuchsia.hardware.power/cpp/fidl/fuchsia.hardware.power/cpp/wire_types.h

PowerElementConfiguration & operator= (PowerElementConfiguration && other)

Defined at line 1256 of file fidling/gen/sdk/fidl/fuchsia.hardware.power/fuchsia.hardware.power/cpp/fidl/fuchsia.hardware.power/cpp/wire_types.h

PowerElementConfiguration & set_element (::fidl::ObjectView< ::fuchsia_hardware_power::wire::PowerElement> elem)
PowerElementConfiguration & set_element (std::nullptr_t )
PowerElementConfiguration & clear_element ()
PowerElementConfiguration & set_dependencies (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_power::wire::PowerDependency>> elem)
PowerElementConfiguration & set_dependencies (std::nullptr_t )
PowerElementConfiguration & clear_dependencies ()
void PowerElementConfiguration (::fidl::AnyArena & allocator)
void PowerElementConfiguration (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_power::wire::PowerElementConfiguration>> && 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 PowerElementConfiguration (const PowerElementConfiguration & other)

Defined at line 1253 of file fidling/gen/sdk/fidl/fuchsia.hardware.power/fuchsia.hardware.power/cpp/fidl/fuchsia.hardware.power/cpp/wire_types.h

::fidl::VectorView< ::fuchsia_hardware_power::wire::PowerDependency> & dependencies ()
void ~PowerElementConfiguration ()

Defined at line 1258 of file fidling/gen/sdk/fidl/fuchsia.hardware.power/fuchsia.hardware.power/cpp/fidl/fuchsia.hardware.power/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder