class Composed_EchoUnionResponseWithErrorComposed_Response

Defined at line 309 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void Composed_EchoUnionResponseWithErrorComposed_Response ()
void ~Composed_EchoUnionResponseWithErrorComposed_Response ()
void Composed_EchoUnionResponseWithErrorComposed_Response (Composed_EchoUnionResponseWithErrorComposed_Response && )
Composed_EchoUnionResponseWithErrorComposed_Response & operator= (Composed_EchoUnionResponseWithErrorComposed_Response && )
Composed_EchoUnionResponseWithErrorComposed_Response WithUnsigned_ (uint64_t && )
Composed_EchoUnionResponseWithErrorComposed_Response WithSigned_ (int64_t && )
::std::unique_ptr<Composed_EchoUnionResponseWithErrorComposed_Response> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Composed_EchoUnionResponseWithErrorComposed_Response * value, size_t offset)
zx_status_t Clone (Composed_EchoUnionResponseWithErrorComposed_Response * result)
bool has_invalid_tag ()

Defined at line 336 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

bool is_unsigned_ ()

Defined at line 340 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

Composed_EchoUnionResponseWithErrorComposed_Response & set_unsigned_ (uint64_t value)
uint64_t & unsigned_ ()

Defined at line 342 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

const uint64_t & unsigned_ ()

Defined at line 347 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

bool is_signed_ ()

Defined at line 353 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

Composed_EchoUnionResponseWithErrorComposed_Response & set_signed_ (int64_t value)
int64_t & signed_ ()

Defined at line 355 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

const int64_t & signed_ ()

Defined at line 360 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

::fidl::test::imported::Composed_EchoUnionResponseWithErrorComposed_Response::Tag Which ()

Defined at line 366 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/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 372 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

Enumerations

enum Tag
Name Value
kUnsigned 1
kSigned 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 322 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/hlcpp/fidl/test/imported/cpp/fidl.h

Friends

class Equality