class ConfigValueSpec

Defined at line 1126 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h

An individual configuration value. It is matched against a specific configuration field based

on its offset within `ValuesData.values`.

Public Methods

void ConfigValueSpec ()

Defined at line 1128 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h

void ConfigValueSpec (const ConfigValueSpec & other)

Defined at line 1129 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h

ConfigValueSpec & operator= (const ConfigValueSpec & other)

Defined at line 1130 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h

void ConfigValueSpec (ConfigValueSpec && other)

Defined at line 1131 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_component_decl::wire::ConfigValueSpec> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_component_decl::wire::ConfigValueSpec> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::ConfigValueSpec>> frame)

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

ConfigValueSpec & operator= (ConfigValueSpec && other)

Defined at line 1132 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h

::fuchsia_component_decl::wire::ConfigValue & value ()
bool has_value ()
ConfigValueSpec & set_value (::fidl::ObjectView< ::fuchsia_component_decl::wire::ConfigValue> elem)
ConfigValueSpec & set_value (std::nullptr_t )
ConfigValueSpec & clear_value ()
void ConfigValueSpec (::fidl::AnyArena & allocator)
void ConfigValueSpec (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::ConfigValueSpec>> && 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_component_decl::wire::ConfigValueSpec>> && frame_ptr)
void ~ConfigValueSpec ()

Defined at line 1134 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder