class NodeProperty2

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

Public Methods

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

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

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

void NodeProperty2 (NodeProperty2 && )

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

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

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

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

Property key.

::std::string & key ()

Property key.

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

Property key.

const ::fuchsia_driver_framework::NodePropertyValue & value ()

Property value.

::fuchsia_driver_framework::NodePropertyValue & value ()

Property value.

NodeProperty2 & value (::fuchsia_driver_framework::NodePropertyValue value)

Property value.

void NodeProperty2 (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits