class EchoEchoMinimalWithErrorResult

Defined at line 5885 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/cpp/fidl/fidl.test.compatibility/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void EchoEchoMinimalWithErrorResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 5895 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/cpp/fidl/fidl.test.compatibility/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits