class UnknownInteractionsProtocol_FlexibleTwoWay_Result
Defined at line 415 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void UnknownInteractionsProtocol_FlexibleTwoWay_Result ()
void ~UnknownInteractionsProtocol_FlexibleTwoWay_Result ()
void UnknownInteractionsProtocol_FlexibleTwoWay_Result (UnknownInteractionsProtocol_FlexibleTwoWay_Result && )
UnknownInteractionsProtocol_FlexibleTwoWay_Result & operator= (UnknownInteractionsProtocol_FlexibleTwoWay_Result && )
UnknownInteractionsProtocol_FlexibleTwoWay_Result WithResponse (::test::unknown::interactions::UnknownInteractionsProtocol_FlexibleTwoWay_Response && )
UnknownInteractionsProtocol_FlexibleTwoWay_Result WithFrameworkErr (::fidl::FrameworkErr && )
::std::unique_ptr<UnknownInteractionsProtocol_FlexibleTwoWay_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, UnknownInteractionsProtocol_FlexibleTwoWay_Result * value, size_t offset)
zx_status_t Clone (UnknownInteractionsProtocol_FlexibleTwoWay_Result * result)
bool has_invalid_tag ()
Defined at line 442 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
bool is_response ()
Defined at line 446 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
::test::unknown::interactions::UnknownInteractionsProtocol_FlexibleTwoWay_Response & response ()
Defined at line 448 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
const ::test::unknown::interactions::UnknownInteractionsProtocol_FlexibleTwoWay_Response & response ()
Defined at line 453 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
bool is_framework_err ()
Defined at line 459 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 461 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 466 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
::test::unknown::interactions::UnknownInteractionsProtocol_FlexibleTwoWay_Result::Tag Which ()
Defined at line 472 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/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 480 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
void UnknownInteractionsProtocol_FlexibleTwoWay_Result (fpromise::ok_result<void> && result)
Defined at line 485 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
fpromise::result<void, ::fidl::FrameworkErr> operator result ()
Defined at line 488 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
UnknownInteractionsProtocol_FlexibleTwoWay_Result & set_response (::test::unknown::interactions::UnknownInteractionsProtocol_FlexibleTwoWay_Response value)
UnknownInteractionsProtocol_FlexibleTwoWay_Result & set_framework_err (::fidl::FrameworkErr value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kFrameworkErr | 3 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 428 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
Friends
class Equality