class RealmSetConfigValueRequest
Defined at line 5988 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
Public Methods
void RealmSetConfigValueRequest (Storage_ storage)
void RealmSetConfigValueRequest (::std::string name, ::std::string key, ::fuchsia_component_decl::ConfigValueSpec value)
void RealmSetConfigValueRequest ()
Default constructs a |RealmSetConfigValueRequest| only if all of its members are default constructible.
Defined at line 5998 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
void RealmSetConfigValueRequest (RealmSetConfigValueRequest && )
Defined at line 6001 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
void RealmSetConfigValueRequest (const RealmSetConfigValueRequest & other)
RealmSetConfigValueRequest & operator= (RealmSetConfigValueRequest && )
Defined at line 6002 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
RealmSetConfigValueRequest & operator= (const RealmSetConfigValueRequest & other)
bool operator== (const RealmSetConfigValueRequest & other)
bool operator!= (const RealmSetConfigValueRequest & other)
const ::std::string & name ()
The name of the component whose config value is being replaced.
::std::string & name ()
The name of the component whose config value is being replaced.
RealmSetConfigValueRequest & name (::std::string value)
The name of the component whose config value is being replaced.
const ::std::string & key ()
The key of the config field whose value is being replaced.
::std::string & key ()
The key of the config field whose value is being replaced.
RealmSetConfigValueRequest & key (::std::string value)
The key of the config field whose value is being replaced.
const ::fuchsia_component_decl::ConfigValueSpec & value ()
The config value being replaced.
::fuchsia_component_decl::ConfigValueSpec & value ()
The config value being replaced.
RealmSetConfigValueRequest & value (::fuchsia_component_decl::ConfigValueSpec value)
The config value being replaced.
void RealmSetConfigValueRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits