class UnknownInteractionsDriverProtocolFlexibleTwoWayErrResult

Defined at line 1364 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/cpp/fidl/test.unknown.interactions/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

UnknownInteractionsDriverProtocolFlexibleTwoWayErrResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
UnknownInteractionsDriverProtocolFlexibleTwoWayErrResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void UnknownInteractionsDriverProtocolFlexibleTwoWayErrResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 1372 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/cpp/fidl/test.unknown.interactions/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits