class ResolvedConfigField

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

Public Methods

void ResolvedConfigField (Storage_ storage)
void ResolvedConfigField (::std::string key, ::fuchsia_component_decl::ConfigValue value)
void ResolvedConfigField ()

Default constructs a |ResolvedConfigField| only if all of its members are default constructible.

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

void ResolvedConfigField (ResolvedConfigField && )

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

void ResolvedConfigField (const ResolvedConfigField & other)
ResolvedConfigField & operator= (ResolvedConfigField && )

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

ResolvedConfigField & operator= (const ResolvedConfigField & other)
bool operator== (const ResolvedConfigField & other)
bool operator!= (const ResolvedConfigField & other)
const ::std::string & key ()
::std::string & key ()
ResolvedConfigField & key (::std::string value)

Setter for key.

const ::fuchsia_component_decl::ConfigValue & value ()
::fuchsia_component_decl::ConfigValue & value ()
ResolvedConfigField & value (::fuchsia_component_decl::ConfigValue value)

Setter for value.

void ResolvedConfigField (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits