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