class Echo_EchoMinimalWithError_Result

Defined at line 3452 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void Echo_EchoMinimalWithError_Result ()
void Echo_EchoMinimalWithError_Result (Echo_EchoMinimalWithError_Result && )
bool is_response ()

Defined at line 3483 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

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

Defined at line 3479 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

::fidl::test::compatibility::Echo_EchoMinimalWithError_Response & response ()

Defined at line 3485 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

const ::fidl::test::compatibility::Echo_EchoMinimalWithError_Response & response ()

Defined at line 3490 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

bool is_err ()

Defined at line 3496 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

uint32_t & err ()

Defined at line 3498 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

const uint32_t & err ()

Defined at line 3503 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

::fidl::test::compatibility::Echo_EchoMinimalWithError_Result::Tag Which ()

Defined at line 3509 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/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 3517 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

void Echo_EchoMinimalWithError_Result (fpromise::ok_result<void> && result)

Defined at line 3522 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

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

Defined at line 3525 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

void Echo_EchoMinimalWithError_Result (fpromise::result<void, uint32_t> && result)

Defined at line 3528 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

fpromise::result<void, uint32_t> operator result ()

Defined at line 3536 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

void ~Echo_EchoMinimalWithError_Result ()
Echo_EchoMinimalWithError_Result & set_response (::fidl::test::compatibility::Echo_EchoMinimalWithError_Response value)
Echo_EchoMinimalWithError_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 3465 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

Friends

class Equality