class Echo_EchoStructWithError_Result
Defined at line 3686 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_EchoStructWithError_Result ()
void Echo_EchoStructWithError_Result (Echo_EchoStructWithError_Result && )
bool is_response ()
Defined at line 3717 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
Echo_EchoStructWithError_Result & operator= (Echo_EchoStructWithError_Result && )
Echo_EchoStructWithError_Result WithResponse (::fidl::test::compatibility::Echo_EchoStructWithError_Response && )
Echo_EchoStructWithError_Result WithErr (::fidl::test::compatibility::default_enum && )
::std::unique_ptr<Echo_EchoStructWithError_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Echo_EchoStructWithError_Result * value, size_t offset)
zx_status_t Clone (Echo_EchoStructWithError_Result * result)
bool has_invalid_tag ()
Defined at line 3713 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
::fidl::test::compatibility::Echo_EchoStructWithError_Response & response ()
Defined at line 3719 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
const ::fidl::test::compatibility::Echo_EchoStructWithError_Response & response ()
Defined at line 3724 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
bool is_err ()
Defined at line 3730 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
::fidl::test::compatibility::default_enum & err ()
Defined at line 3732 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
const ::fidl::test::compatibility::default_enum & err ()
Defined at line 3737 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
::fidl::test::compatibility::Echo_EchoStructWithError_Result::Tag Which ()
Defined at line 3743 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 3751 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
void Echo_EchoStructWithError_Result (fpromise::ok_result< ::fidl::test::compatibility::Struct> && result)
Defined at line 3756 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
void Echo_EchoStructWithError_Result (fpromise::error_result< ::fidl::test::compatibility::default_enum> && result)
Defined at line 3759 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
void Echo_EchoStructWithError_Result (fpromise::result< ::fidl::test::compatibility::Struct, ::fidl::test::compatibility::default_enum> && result)
Defined at line 3762 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
fpromise::result< ::fidl::test::compatibility::Struct, ::fidl::test::compatibility::default_enum> operator result ()
Defined at line 3770 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
void ~Echo_EchoStructWithError_Result ()
Echo_EchoStructWithError_Result & set_response (::fidl::test::compatibility::Echo_EchoStructWithError_Response value)
Echo_EchoStructWithError_Result & set_err (::fidl::test::compatibility::default_enum value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 3699 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
Friends
class Equality