class EchoEchoUnionPayloadWithErrorRequest

Defined at line 5116 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 EchoEchoUnionPayloadWithErrorRequest ()
void ~EchoEchoUnionPayloadWithErrorRequest ()
void EchoEchoUnionPayloadWithErrorRequest (EchoEchoUnionPayloadWithErrorRequest && )
EchoEchoUnionPayloadWithErrorRequest & operator= (EchoEchoUnionPayloadWithErrorRequest && )
EchoEchoUnionPayloadWithErrorRequest WithUnsigned_ (::fidl::test::compatibility::UnsignedErrorable && )
EchoEchoUnionPayloadWithErrorRequest WithSigned_ (::fidl::test::compatibility::SignedErrorable && )
::std::unique_ptr<EchoEchoUnionPayloadWithErrorRequest> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, EchoEchoUnionPayloadWithErrorRequest * value, size_t offset)
zx_status_t Clone (EchoEchoUnionPayloadWithErrorRequest * result)
bool has_invalid_tag ()

Defined at line 5144 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

bool is_unsigned_ ()

Defined at line 5148 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

EchoEchoUnionPayloadWithErrorRequest & set_unsigned_ (::fidl::test::compatibility::UnsignedErrorable value)
::fidl::test::compatibility::UnsignedErrorable & unsigned_ ()

Defined at line 5150 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

const ::fidl::test::compatibility::UnsignedErrorable & unsigned_ ()

Defined at line 5155 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

bool is_signed_ ()

Defined at line 5161 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

EchoEchoUnionPayloadWithErrorRequest & set_signed_ (::fidl::test::compatibility::SignedErrorable value)
EchoEchoUnionPayloadWithErrorRequest & SetUnknownData (fidl_xunion_tag_t ordinal, std::vector<uint8_t> bytes)
::fidl::test::compatibility::SignedErrorable & signed_ ()

Defined at line 5163 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

const ::fidl::test::compatibility::SignedErrorable & signed_ ()

Defined at line 5168 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

::fidl::test::compatibility::EchoEchoUnionPayloadWithErrorRequest::Tag Which ()

Defined at line 5175 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 5190 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

const std::vector<uint8_t> * UnknownBytes ()

Defined at line 5193 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

Enumerations

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

Defined at line 5129 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/hlcpp/fidl/test/compatibility/cpp/fidl.h

Friends

class Equality