class ConfigValueSource

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

Strategies available for resolving configuration values.

Public Methods

void ConfigValueSource (ConfigValueSource && other)
ConfigValueSource & operator= (ConfigValueSource && other)
void ConfigValueSource (const ConfigValueSource & other)
ConfigValueSource & operator= (const ConfigValueSource & other)
bool operator== (const ConfigValueSource & other)
bool operator!= (const ConfigValueSource & other)
bool IsUnknown ()
::fuchsia_component_decl::ConfigValueSource::Tag Which ()
ConfigValueSource WithPackagePath (::std::string val)
const ::fidl::internal::UnionMemberView<1, Storage_> package_path ()
::fidl::internal::UnionMemberView<1, Storage_> package_path ()
ConfigValueSource & package_path (::std::string value)

(Required) The path within the component's package at which to find config value files.

ConfigValueSource WithCapabilities (::fuchsia_component_decl::ConfigSourceCapabilities val)
const ::fidl::internal::UnionMemberView<2, Storage_> capabilities ()
::fidl::internal::UnionMemberView<2, Storage_> capabilities ()
ConfigValueSource & capabilities (::fuchsia_component_decl::ConfigSourceCapabilities value)

If this is set, then all of the config values are found through CML files.

void ConfigValueSource (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kPackagePath 1
kCapabilities 2
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits