class EmptyResultWithErrorClassification

Defined at line 682 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void EmptyResultWithErrorClassification ()
void EmptyResultWithErrorClassification (EmptyResultWithErrorClassification && )
EmptyResultWithErrorClassification & operator= (EmptyResultWithErrorClassification && )
EmptyResultWithErrorClassification WithSuccess (::fidl::clientsuite::Empty && )
EmptyResultWithErrorClassification WithApplicationError (int32_t && )
EmptyResultWithErrorClassification WithFidlError (::fidl::clientsuite::FidlErrorKind && )
::std::unique_ptr<EmptyResultWithErrorClassification> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, EmptyResultWithErrorClassification * value, size_t offset)
zx_status_t Clone (EmptyResultWithErrorClassification * result)
EmptyResultWithErrorClassification & set_application_error (int32_t value)
EmptyResultWithErrorClassification & SetUnknownData (fidl_xunion_tag_t ordinal, std::vector<uint8_t> bytes)
bool has_invalid_tag ()

Defined at line 712 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

bool is_success ()

Defined at line 716 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

EmptyResultWithErrorClassification & set_success (::fidl::clientsuite::Empty value)
EmptyResultWithErrorClassification & set_fidl_error (::fidl::clientsuite::FidlErrorKind value)
::fidl::clientsuite::Empty & success ()

Defined at line 718 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

const ::fidl::clientsuite::Empty & success ()

Defined at line 723 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

bool is_application_error ()

Defined at line 729 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

int32_t & application_error ()

Defined at line 731 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

const int32_t & application_error ()

Defined at line 736 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

bool is_fidl_error ()

Defined at line 742 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

::fidl::clientsuite::FidlErrorKind & fidl_error ()

Defined at line 744 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

const ::fidl::clientsuite::FidlErrorKind & fidl_error ()

Defined at line 749 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

::fidl::clientsuite::EmptyResultWithErrorClassification::Tag Which ()

Defined at line 756 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/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 772 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

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

Defined at line 775 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

void ~EmptyResultWithErrorClassification ()

Enumerations

enum Tag
Name Value
kUnknown 0
kSuccess 1
kApplicationError 2
kFidlError 3
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 696 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

Friends

class Equality