class UnknownInteractionsProtocol_FlexibleTwoWayErr_Result

Defined at line 673 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_FlexibleTwoWayErr_Result ()
void UnknownInteractionsProtocol_FlexibleTwoWayErr_Result (UnknownInteractionsProtocol_FlexibleTwoWayErr_Result && )
::std::unique_ptr<UnknownInteractionsProtocol_FlexibleTwoWayErr_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, UnknownInteractionsProtocol_FlexibleTwoWayErr_Result * value, size_t offset)
zx_status_t Clone (UnknownInteractionsProtocol_FlexibleTwoWayErr_Result * result)
bool has_invalid_tag ()

Defined at line 702 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 706 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h

::test::unknown::interactions::UnknownInteractionsProtocol_FlexibleTwoWayErr_Response & response ()

Defined at line 708 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h

const ::test::unknown::interactions::UnknownInteractionsProtocol_FlexibleTwoWayErr_Response & response ()

Defined at line 713 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h

bool is_err ()

Defined at line 719 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h

int32_t & err ()

Defined at line 721 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h

const int32_t & err ()

Defined at line 726 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 732 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 734 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 739 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h

::test::unknown::interactions::UnknownInteractionsProtocol_FlexibleTwoWayErr_Result::Tag Which ()

Defined at line 745 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 753 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h

void UnknownInteractionsProtocol_FlexibleTwoWayErr_Result (fpromise::ok_result<void> && result)

Defined at line 758 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h

void UnknownInteractionsProtocol_FlexibleTwoWayErr_Result (fpromise::error_result<int32_t> && result)

Defined at line 761 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h

void UnknownInteractionsProtocol_FlexibleTwoWayErr_Result (fpromise::result<void, int32_t> && result)

Defined at line 764 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h

UnknownInteractionsProtocol_FlexibleTwoWayErr_Result WithResponse (::test::unknown::interactions::UnknownInteractionsProtocol_FlexibleTwoWayErr_Response && )
UnknownInteractionsProtocol_FlexibleTwoWayErr_Result WithErr (int32_t && )
UnknownInteractionsProtocol_FlexibleTwoWayErr_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result<void, std::variant<int32_t, ::fidl::FrameworkErr>> operator result ()

Defined at line 772 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h

void ~UnknownInteractionsProtocol_FlexibleTwoWayErr_Result ()
UnknownInteractionsProtocol_FlexibleTwoWayErr_Result & operator= (UnknownInteractionsProtocol_FlexibleTwoWayErr_Result && )
UnknownInteractionsProtocol_FlexibleTwoWayErr_Result & set_response (::test::unknown::interactions::UnknownInteractionsProtocol_FlexibleTwoWayErr_Response value)
UnknownInteractionsProtocol_FlexibleTwoWayErr_Result & set_err (int32_t value)
UnknownInteractionsProtocol_FlexibleTwoWayErr_Result & set_framework_err (::fidl::FrameworkErr value)

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 687 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h

Friends

class Equality