class EmptyResultWithErrorClassification
Defined at line 244 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/natural_types.h
Public Methods
void EmptyResultWithErrorClassification (EmptyResultWithErrorClassification && other)
EmptyResultWithErrorClassification & operator= (EmptyResultWithErrorClassification && other)
void EmptyResultWithErrorClassification (const EmptyResultWithErrorClassification & other)
EmptyResultWithErrorClassification & operator= (const EmptyResultWithErrorClassification & other)
bool operator== (const EmptyResultWithErrorClassification & other)
bool operator!= (const EmptyResultWithErrorClassification & other)
bool IsUnknown ()
::fidl_clientsuite::EmptyResultWithErrorClassification::Tag Which ()
EmptyResultWithErrorClassification WithSuccess (::fidl_clientsuite::Empty val)
const ::fidl::internal::UnionMemberView<1, Storage_> success ()
::fidl::internal::UnionMemberView<1, Storage_> success ()
EmptyResultWithErrorClassification & success (::fidl_clientsuite::Empty value)
Sets the union to hold the success member.
EmptyResultWithErrorClassification WithApplicationError (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> application_error ()
::fidl::internal::UnionMemberView<2, Storage_> application_error ()
EmptyResultWithErrorClassification & application_error (int32_t value)
Sets the union to hold the application_error member.
EmptyResultWithErrorClassification WithFidlError (::fidl_clientsuite::FidlErrorKind val)
const ::fidl::internal::UnionMemberView<3, Storage_> fidl_error ()
::fidl::internal::UnionMemberView<3, Storage_> fidl_error ()
EmptyResultWithErrorClassification & fidl_error (::fidl_clientsuite::FidlErrorKind value)
Sets the union to hold the fidl_error member.
void EmptyResultWithErrorClassification (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kSuccess | 1 |
| kApplicationError | 2 |
| kFidlError | 3 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
TODO: share union tag types between wire
&
natural.
Defined at line 255 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits