class NodeUpdateAttributesResult

Defined at line 5612 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h

Public Methods

void NodeUpdateAttributesResult (NodeUpdateAttributesResult && other)
NodeUpdateAttributesResult & operator= (NodeUpdateAttributesResult && other)
void NodeUpdateAttributesResult (const NodeUpdateAttributesResult & other)
NodeUpdateAttributesResult & operator= (const NodeUpdateAttributesResult & other)
bool operator== (const NodeUpdateAttributesResult & other)
bool operator!= (const NodeUpdateAttributesResult & other)
::fuchsia_io::NodeUpdateAttributesResult::Tag Which ()
NodeUpdateAttributesResult WithResponse (::fuchsia_io::NodeUpdateAttributesResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
NodeUpdateAttributesResult & response (::fuchsia_io::NodeUpdateAttributesResponse value)

Sets the union to hold the response member.

NodeUpdateAttributesResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
NodeUpdateAttributesResult & err (int32_t value)

Sets the union to hold the err member.

void NodeUpdateAttributesResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 5622 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits