class ConfigSchema

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

The schema of a component's configuration interface.

Public Methods

void ConfigSchema ()

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

void ConfigSchema (const ConfigSchema & other)

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

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

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

void ConfigSchema (ConfigSchema && other)

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

Return a builder that by defaults allocates of an arena.

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

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

::fidl::VectorView< ::fuchsia_component_decl::wire::ConfigField> & fields ()

(Required) Ordered fields of the component's configuration interface.

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

(Required) Checksum over the config declaration.

ConfigSchema & operator= (ConfigSchema && other)

Defined at line 663 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::ConfigValueSource & value_source ()

(Required) Strategy used to resolve config values.

bool has_value_source ()
ConfigSchema & set_fields (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_component_decl::wire::ConfigField>> elem)
ConfigSchema & set_fields (std::nullptr_t )
ConfigSchema & clear_fields ()
ConfigSchema & set_checksum (::fidl::ObjectView< ::fuchsia_component_decl::wire::ConfigChecksum> elem)
ConfigSchema & set_checksum (std::nullptr_t )
ConfigSchema & clear_checksum ()
ConfigSchema & set_value_source (::fidl::ObjectView< ::fuchsia_component_decl::wire::ConfigValueSource> elem)
ConfigSchema & set_value_source (std::nullptr_t )
ConfigSchema & clear_value_source ()
void ConfigSchema (::fidl::AnyArena & allocator)
void ConfigSchema (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::ConfigSchema>> && 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::ConfigSchema>> && frame_ptr)
void ~ConfigSchema ()

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