class NonEmptyResultClassification

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

Public Methods

void NonEmptyResultClassification (NonEmptyResultClassification && other)
NonEmptyResultClassification & operator= (NonEmptyResultClassification && other)
void NonEmptyResultClassification (const NonEmptyResultClassification & other)
NonEmptyResultClassification & operator= (const NonEmptyResultClassification & other)
bool operator== (const NonEmptyResultClassification & other)
bool operator!= (const NonEmptyResultClassification & other)
bool IsUnknown ()
::fidl_clientsuite::NonEmptyResultClassification::Tag Which ()
NonEmptyResultClassification WithSuccess (::fidl_clientsuite::NonEmptyPayload val)
const ::fidl::internal::UnionMemberView<1, Storage_> success ()
::fidl::internal::UnionMemberView<1, Storage_> success ()
NonEmptyResultClassification & success (::fidl_clientsuite::NonEmptyPayload value)

Sets the union to hold the success member.

NonEmptyResultClassification WithFidlError (::fidl_clientsuite::FidlErrorKind val)
const ::fidl::internal::UnionMemberView<2, Storage_> fidl_error ()
::fidl::internal::UnionMemberView<2, Storage_> fidl_error ()
NonEmptyResultClassification & fidl_error (::fidl_clientsuite::FidlErrorKind value)

Sets the union to hold the fidl_error member.

void NonEmptyResultClassification (::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 376 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits