class ConfigValuesData

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

Contents of the configuration value file. Defines the base values for a component's config.

Public Methods

void ConfigValuesData ()

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

void ConfigValuesData (const ConfigValuesData & other)

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

void ConfigValuesData (ConfigValuesData && other)

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

Return a builder that by defaults allocates of an arena.

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

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

::fidl::VectorView< ::fuchsia_component_decl::wire::ConfigValueSpec> & values ()

The concrete values for the component's configuration.

bool has_values ()
::fuchsia_component_decl::wire::ConfigChecksum & checksum ()

A SHA-256 checksum of the configuration schema. Must match the checksum in the component

manifest and config parser library used to resolve the final configuration.

bool has_checksum ()
ConfigValuesData & operator= (const ConfigValuesData & other)

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

ConfigValuesData & operator= (ConfigValuesData && other)

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

ConfigValuesData & set_values (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_component_decl::wire::ConfigValueSpec>> elem)
ConfigValuesData & set_values (std::nullptr_t )
ConfigValuesData & clear_values ()
ConfigValuesData & set_checksum (::fidl::ObjectView< ::fuchsia_component_decl::wire::ConfigChecksum> elem)
ConfigValuesData & set_checksum (std::nullptr_t )
ConfigValuesData & clear_checksum ()
void ConfigValuesData (::fidl::AnyArena & allocator)
void ConfigValuesData (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::ConfigValuesData>> && 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::ConfigValuesData>> && frame_ptr)
void ~ConfigValuesData ()

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