class ErrorMethodsNoArgsPrimitiveErrorResult

Defined at line 134 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.error.methods/cpp/fidl/test.error.methods/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ErrorMethodsNoArgsPrimitiveErrorResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 142 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.error.methods/cpp/fidl/test.error.methods/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits