class AdcChannel

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

Public Methods

void AdcChannel ()

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

void AdcChannel (const AdcChannel & other)

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

AdcChannel & operator= (const AdcChannel & other)

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

void AdcChannel (AdcChannel && other)

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

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_hardware_adcimpl::wire::AdcChannel> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_hardware_adcimpl::wire::AdcChannel> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_adcimpl::wire::AdcChannel>> frame)

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

uint32_t & idx ()

Index of channel.

bool has_idx ()
::fidl::StringView & name ()

Channel name.

bool has_name ()
AdcChannel & operator= (AdcChannel && other)

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

AdcChannel & set_idx (uint32_t elem)
AdcChannel & clear_idx ()
AdcChannel & set_name (::fidl::ObjectView< ::fidl::StringView> elem)
AdcChannel & set_name (std::nullptr_t )
AdcChannel & clear_name ()
void AdcChannel (::fidl::AnyArena & allocator)
void AdcChannel (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_adcimpl::wire::AdcChannel>> && 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_hardware_adcimpl::wire::AdcChannel>> && frame_ptr)
void ~AdcChannel ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder