class CloseableCloseResult
Defined at line 128 of file fidling/gen/sdk/fidl/fuchsia.unknown/fuchsia.unknown/cpp/fidl/fuchsia.unknown/cpp/natural_types.h
Public Methods
void CloseableCloseResult (CloseableCloseResult && other)
CloseableCloseResult & operator= (CloseableCloseResult && other)
void CloseableCloseResult (const CloseableCloseResult & other)
CloseableCloseResult & operator= (const CloseableCloseResult & other)
bool operator== (const CloseableCloseResult & other)
bool operator!= (const CloseableCloseResult & other)
::fuchsia_unknown::CloseableCloseResult::Tag Which ()
CloseableCloseResult WithResponse (::fuchsia_unknown::CloseableCloseResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
CloseableCloseResult & response (::fuchsia_unknown::CloseableCloseResponse value)
Sets the union to hold the response member.
CloseableCloseResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
CloseableCloseResult & err (int32_t value)
Sets the union to hold the err member.
void CloseableCloseResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 136 of file fidling/gen/sdk/fidl/fuchsia.unknown/fuchsia.unknown/cpp/fidl/fuchsia.unknown/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits