class ErrorSyntaxFooPayloadResult

Defined at line 2537 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h

Public Methods

void ErrorSyntaxFooPayloadResult ()
void ErrorSyntaxFooPayloadResult (const ErrorSyntaxFooPayloadResult & )

Defined at line 2542 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h

ErrorSyntaxFooPayloadResult & operator= (const ErrorSyntaxFooPayloadResult & )

Defined at line 2543 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h

void ErrorSyntaxFooPayloadResult (ErrorSyntaxFooPayloadResult && )

Defined at line 2544 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h

bool has_invalid_tag ()
bool is_response ()
ErrorSyntaxFooPayloadResult WithResponse (::test_types::wire::FooResponse val)
ErrorSyntaxFooPayloadResult & operator= (ErrorSyntaxFooPayloadResult && )

Defined at line 2545 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h

::test_types::wire::FooResponse & response ()
const ::test_types::wire::FooResponse & response ()
bool is_err ()
ErrorSyntaxFooPayloadResult WithErr (int32_t val)
int32_t & err ()
const int32_t & err ()
::test_types::wire::ErrorSyntaxFooPayloadResult::Tag Which ()

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

Defined at line 2547 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h