class GetterGetResult

Defined at line 277 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 GetterGetResult (GetterGetResult && other)
GetterGetResult & operator= (GetterGetResult && other)
void GetterGetResult (const GetterGetResult & other)
GetterGetResult & operator= (const GetterGetResult & other)
bool operator== (const GetterGetResult & other)
bool operator!= (const GetterGetResult & other)
::fuchsia_runtime_test::GetterGetResult::Tag Which ()
GetterGetResult WithResponse (::fuchsia_runtime_test::GetterGetResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
GetterGetResult & response (::fuchsia_runtime_test::GetterGetResponse value)

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void GetterGetResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 285 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