class ResourceProperty

Defined at line 4181 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/natural_types.h

Public Methods

void ResourceProperty (Storage_ storage)
void ResourceProperty (::std::string key, ::fuchsia_driver_framework::NodePropertyValue value)
void ResourceProperty ()

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

Defined at line 4191 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/natural_types.h

void ResourceProperty (ResourceProperty && )

Defined at line 4194 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/natural_types.h

void ResourceProperty (const ResourceProperty & other)
bool operator!= (const ResourceProperty & other)
const ::std::string & key ()

Key for the property.

::std::string & key ()

Key for the property.

ResourceProperty & key (::std::string value)

Key for the property.

ResourceProperty & operator= (ResourceProperty && )

Defined at line 4195 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/natural_types.h

ResourceProperty & operator= (const ResourceProperty & other)
bool operator== (const ResourceProperty & other)
const ::fuchsia_driver_framework::NodePropertyValue & value ()

Value for the property.

::fuchsia_driver_framework::NodePropertyValue & value ()

Value for the property.

ResourceProperty & value (::fuchsia_driver_framework::NodePropertyValue value)

Value for the property.

void ResourceProperty (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits