class SetterSetResult

Defined at line 175 of file fidling/gen/src/devices/tests/v2/runtime-protocol/fuchsia.runtime.test/cpp/fidl/fuchsia.runtime.test/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void SetterSetResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 183 of file fidling/gen/src/devices/tests/v2/runtime-protocol/fuchsia.runtime.test/cpp/fidl/fuchsia.runtime.test/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits