class Configuration

Defined at line 3071 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.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 Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::string & name ()

(Required) The name of this configuration

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

bool has_name ()

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

::std::string * mutable_name ()

(Required) The name of this configuration

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

void clear_name ()

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

Configuration & set_name (::std::string _value)
const ::fuchsia::component::decl::ConfigValue & value ()

(Required) The value of this Configuration.

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

bool has_value ()

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

::fuchsia::component::decl::ConfigValue * mutable_value ()

(Required) The value of this Configuration.

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

void clear_value ()

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

Configuration & set_value (::fuchsia::component::decl::ConfigValue _value)
void Configuration ()
void Configuration (Configuration && other)
void ~Configuration ()
Configuration & operator= (Configuration && other)
::std::unique_ptr<Configuration> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Configuration * _value, size_t _offset)
zx_status_t Clone (Configuration * _result)