class Echo_EchoNamedStructWithError_Result

Defined at line 4690 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_EchoNamedStructWithError_Result ()
void ~Echo_EchoNamedStructWithError_Result ()
void Echo_EchoNamedStructWithError_Result (Echo_EchoNamedStructWithError_Result && )
Echo_EchoNamedStructWithError_Result & operator= (Echo_EchoNamedStructWithError_Result && )
Echo_EchoNamedStructWithError_Result WithResponse (::fidl::test::imported::ResponseStruct && )
Echo_EchoNamedStructWithError_Result WithErr (uint32_t && )
::std::unique_ptr<Echo_EchoNamedStructWithError_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Echo_EchoNamedStructWithError_Result * value, size_t offset)
zx_status_t Clone (Echo_EchoNamedStructWithError_Result * result)
bool has_invalid_tag ()

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

bool is_response ()

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

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

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

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

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

bool is_err ()

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

uint32_t & err ()

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

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

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

Echo_EchoNamedStructWithError_Result & set_response (::fidl::test::imported::ResponseStruct value)
Echo_EchoNamedStructWithError_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 4703 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

Friends

class Equality