class EmptyResultClassification
Defined at line 184 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/natural_types.h
Public Methods
void EmptyResultClassification (EmptyResultClassification && other)
EmptyResultClassification & operator= (EmptyResultClassification && other)
void EmptyResultClassification (const EmptyResultClassification & other)
EmptyResultClassification & operator= (const EmptyResultClassification & other)
bool operator== (const EmptyResultClassification & other)
bool operator!= (const EmptyResultClassification & other)
bool IsUnknown ()
::fidl_clientsuite::EmptyResultClassification::Tag Which ()
EmptyResultClassification WithSuccess (::fidl_clientsuite::Empty val)
const ::fidl::internal::UnionMemberView<1, Storage_> success ()
::fidl::internal::UnionMemberView<1, Storage_> success ()
EmptyResultClassification & success (::fidl_clientsuite::Empty value)
Sets the union to hold the success member.
EmptyResultClassification WithFidlError (::fidl_clientsuite::FidlErrorKind val)
const ::fidl::internal::UnionMemberView<2, Storage_> fidl_error ()
::fidl::internal::UnionMemberView<2, Storage_> fidl_error ()
EmptyResultClassification & fidl_error (::fidl_clientsuite::FidlErrorKind value)
Sets the union to hold the fidl_error member.
void EmptyResultClassification (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kSuccess | 1 |
| 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 194 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits