class UnknownInteractionsDriverProtocol_FlexibleTwoWayErr_Result

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

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

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

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

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

Defined at line 1787 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 1793 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 1795 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 1800 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 1806 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 1808 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 1813 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h

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

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

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

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

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

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

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

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

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

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

void ~UnknownInteractionsDriverProtocol_FlexibleTwoWayErr_Result ()
UnknownInteractionsDriverProtocol_FlexibleTwoWayErr_Result & operator= (UnknownInteractionsDriverProtocol_FlexibleTwoWayErr_Result && )
UnknownInteractionsDriverProtocol_FlexibleTwoWayErr_Result & set_response (::test::unknown::interactions::UnknownInteractionsDriverProtocol_FlexibleTwoWayErr_Response value)
UnknownInteractionsDriverProtocol_FlexibleTwoWayErr_Result & set_err (int32_t value)
UnknownInteractionsDriverProtocol_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 1761 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h

Friends

class Equality