class Configuration

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

Declares a configuration capability.

To learn more about configuration capabilities, see:

https://fuchsia.dev/fuchsia-src/glossary#configuration-capability

or:

https://fuchsia.dev/fuchsia-src/docs/concepts/components/v2/capabilities/configuration

Public Methods

void Configuration ()

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

void Configuration (const Configuration & other)

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

bool has_name ()
Configuration & operator= (const Configuration & other)

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

void Configuration (Configuration && other)

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

Return a builder that by defaults allocates of an arena.

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

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

::fidl::StringView & name ()

(Required) The name of this configuration

Configuration & operator= (Configuration && other)

Defined at line 2692 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 ()

(Required) The value of this Configuration.

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

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