class ClosedProtocolStrictTwoWayErrorResult

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ClosedProtocolStrictTwoWayErrorResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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