class OpenProtocolStrictTwoWayErrorResult

Defined at line 1123 of file fidling/gen/sdk/lib/fidl/cpp/tests/hlcpp_conversion/fidl/test.protocols/cpp/fidl/test.protocols/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void OpenProtocolStrictTwoWayErrorResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 1131 of file fidling/gen/sdk/lib/fidl/cpp/tests/hlcpp_conversion/fidl/test.protocols/cpp/fidl/test.protocols/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits