class Echo_EchoTablePayloadWithError_Result
Defined at line 4952 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_EchoTablePayloadWithError_Result ()
void Echo_EchoTablePayloadWithError_Result (Echo_EchoTablePayloadWithError_Result && )
bool is_response ()
Defined at line 4983 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
Echo_EchoTablePayloadWithError_Result & operator= (Echo_EchoTablePayloadWithError_Result && )
Echo_EchoTablePayloadWithError_Result WithResponse (::fidl::test::compatibility::ResponseTable && )
Echo_EchoTablePayloadWithError_Result WithErr (::fidl::test::compatibility::default_enum && )
::std::unique_ptr<Echo_EchoTablePayloadWithError_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Echo_EchoTablePayloadWithError_Result * value, size_t offset)
zx_status_t Clone (Echo_EchoTablePayloadWithError_Result * result)
bool has_invalid_tag ()
Defined at line 4979 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
::fidl::test::compatibility::ResponseTable & response ()
Defined at line 4985 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
const ::fidl::test::compatibility::ResponseTable & response ()
Defined at line 4990 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
bool is_err ()
Defined at line 4996 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 4998 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 5003 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
::fidl::test::compatibility::Echo_EchoTablePayloadWithError_Result::Tag Which ()
Defined at line 5009 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 5017 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
void Echo_EchoTablePayloadWithError_Result (fpromise::ok_result< ::fidl::test::compatibility::ResponseTable> && result)
Defined at line 5022 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
void Echo_EchoTablePayloadWithError_Result (fpromise::error_result< ::fidl::test::compatibility::default_enum> && result)
Defined at line 5025 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
void Echo_EchoTablePayloadWithError_Result (fpromise::result< ::fidl::test::compatibility::ResponseTable, ::fidl::test::compatibility::default_enum> && result)
Defined at line 5028 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
fpromise::result< ::fidl::test::compatibility::ResponseTable, ::fidl::test::compatibility::default_enum> operator result ()
Defined at line 5036 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
void ~Echo_EchoTablePayloadWithError_Result ()
Echo_EchoTablePayloadWithError_Result & set_response (::fidl::test::compatibility::ResponseTable value)
Echo_EchoTablePayloadWithError_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 4965 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
Friends
class Equality