class Composed_EchoUnionResponseWithErrorComposed_Result

Defined at line 396 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void Composed_EchoUnionResponseWithErrorComposed_Result ()
void Composed_EchoUnionResponseWithErrorComposed_Result (Composed_EchoUnionResponseWithErrorComposed_Result && )
bool is_response ()

Defined at line 427 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

Composed_EchoUnionResponseWithErrorComposed_Result & operator= (Composed_EchoUnionResponseWithErrorComposed_Result && )
Composed_EchoUnionResponseWithErrorComposed_Result WithResponse (::fidl::test::imported::Composed_EchoUnionResponseWithErrorComposed_Response && )
Composed_EchoUnionResponseWithErrorComposed_Result WithErr (uint32_t && )
::std::unique_ptr<Composed_EchoUnionResponseWithErrorComposed_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Composed_EchoUnionResponseWithErrorComposed_Result * value, size_t offset)
zx_status_t Clone (Composed_EchoUnionResponseWithErrorComposed_Result * result)
bool has_invalid_tag ()

Defined at line 423 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

::fidl::test::imported::Composed_EchoUnionResponseWithErrorComposed_Response & response ()

Defined at line 429 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

const ::fidl::test::imported::Composed_EchoUnionResponseWithErrorComposed_Response & response ()

Defined at line 434 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

bool is_err ()

Defined at line 440 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

uint32_t & err ()

Defined at line 442 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

const uint32_t & err ()

Defined at line 447 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

::fidl::test::imported::Composed_EchoUnionResponseWithErrorComposed_Result::Tag Which ()

Defined at line 453 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

fidl_xunion_tag_t Ordinal ()

You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need

access to the raw integral ordinal value.

Defined at line 459 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

void Composed_EchoUnionResponseWithErrorComposed_Result (fpromise::ok_result< ::fidl::test::imported::Composed_EchoUnionResponseWithErrorComposed_Response> && result)

Defined at line 464 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

void Composed_EchoUnionResponseWithErrorComposed_Result (fpromise::error_result<uint32_t> && result)

Defined at line 467 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

void Composed_EchoUnionResponseWithErrorComposed_Result (fpromise::result< ::fidl::test::imported::Composed_EchoUnionResponseWithErrorComposed_Response, uint32_t> && result)

Defined at line 470 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

fpromise::result< ::fidl::test::imported::Composed_EchoUnionResponseWithErrorComposed_Response, uint32_t> operator result ()

Defined at line 478 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

void ~Composed_EchoUnionResponseWithErrorComposed_Result ()
Composed_EchoUnionResponseWithErrorComposed_Result & set_response (::fidl::test::imported::Composed_EchoUnionResponseWithErrorComposed_Response value)
Composed_EchoUnionResponseWithErrorComposed_Result & set_err (uint32_t value)

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 409 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

Friends

class Equality