class ErrorMethodsManyArgsCustomErrorResult
Defined at line 308 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.error.methods/cpp/fidl/test.error.methods/cpp/natural_types.h
Public Methods
void ErrorMethodsManyArgsCustomErrorResult (ErrorMethodsManyArgsCustomErrorResult && other)
ErrorMethodsManyArgsCustomErrorResult & operator= (ErrorMethodsManyArgsCustomErrorResult && other)
void ErrorMethodsManyArgsCustomErrorResult (const ErrorMethodsManyArgsCustomErrorResult & other)
ErrorMethodsManyArgsCustomErrorResult & operator= (const ErrorMethodsManyArgsCustomErrorResult & other)
bool operator== (const ErrorMethodsManyArgsCustomErrorResult & other)
bool operator!= (const ErrorMethodsManyArgsCustomErrorResult & other)
::test_error_methods::ErrorMethodsManyArgsCustomErrorResult::Tag Which ()
ErrorMethodsManyArgsCustomErrorResult WithResponse (::test_error_methods::ErrorMethodsManyArgsCustomErrorResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ErrorMethodsManyArgsCustomErrorResult & response (::test_error_methods::ErrorMethodsManyArgsCustomErrorResponse value)
Sets the union to hold the response member.
ErrorMethodsManyArgsCustomErrorResult WithErr (::test_error_methods::MyError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ErrorMethodsManyArgsCustomErrorResult & err (::test_error_methods::MyError value)
Sets the union to hold the err member.
void ErrorMethodsManyArgsCustomErrorResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 316 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.error.methods/cpp/fidl/test.error.methods/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits