class Echo_EchoTableWithError_Result
Defined at line 4366 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_EchoTableWithError_Result ()
void Echo_EchoTableWithError_Result (Echo_EchoTableWithError_Result && )
bool is_response ()
Defined at line 4397 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
Echo_EchoTableWithError_Result & operator= (Echo_EchoTableWithError_Result && )
Echo_EchoTableWithError_Result WithResponse (::fidl::test::compatibility::Echo_EchoTableWithError_Response && )
Echo_EchoTableWithError_Result WithErr (::fidl::test::compatibility::default_enum && )
::std::unique_ptr<Echo_EchoTableWithError_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Echo_EchoTableWithError_Result * value, size_t offset)
zx_status_t Clone (Echo_EchoTableWithError_Result * result)
bool has_invalid_tag ()
Defined at line 4393 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
::fidl::test::compatibility::Echo_EchoTableWithError_Response & response ()
Defined at line 4399 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
const ::fidl::test::compatibility::Echo_EchoTableWithError_Response & response ()
Defined at line 4404 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
bool is_err ()
Defined at line 4410 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 4412 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 4417 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
::fidl::test::compatibility::Echo_EchoTableWithError_Result::Tag Which ()
Defined at line 4423 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 4431 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
void Echo_EchoTableWithError_Result (fpromise::ok_result< ::fidl::test::compatibility::AllTypesTable> && result)
Defined at line 4436 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
void Echo_EchoTableWithError_Result (fpromise::error_result< ::fidl::test::compatibility::default_enum> && result)
Defined at line 4439 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
void Echo_EchoTableWithError_Result (fpromise::result< ::fidl::test::compatibility::AllTypesTable, ::fidl::test::compatibility::default_enum> && result)
Defined at line 4442 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
fpromise::result< ::fidl::test::compatibility::AllTypesTable, ::fidl::test::compatibility::default_enum> operator result ()
Defined at line 4450 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
void ~Echo_EchoTableWithError_Result ()
Echo_EchoTableWithError_Result & set_response (::fidl::test::compatibility::Echo_EchoTableWithError_Response value)
Echo_EchoTableWithError_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 4379 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h
Friends
class Equality