class ChannelCreateChannelResult
Defined at line 3376 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
Public Methods
void ChannelCreateChannelResult (ChannelCreateChannelResult && other)
ChannelCreateChannelResult & operator= (ChannelCreateChannelResult && other)
void ChannelCreateChannelResult (const ChannelCreateChannelResult & other)
ChannelCreateChannelResult & operator= (const ChannelCreateChannelResult & other)
bool operator== (const ChannelCreateChannelResult & other)
bool operator!= (const ChannelCreateChannelResult & other)
::fuchsia_fdomain::ChannelCreateChannelResult::Tag Which ()
ChannelCreateChannelResult WithResponse (::fuchsia_fdomain::ChannelCreateChannelResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ChannelCreateChannelResult & response (::fuchsia_fdomain::ChannelCreateChannelResponse value)
Sets the union to hold the response member.
ChannelCreateChannelResult WithErr (::fuchsia_fdomain::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ChannelCreateChannelResult & err (::fuchsia_fdomain::Error value)
Sets the union to hold the err member.
ChannelCreateChannelResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
ChannelCreateChannelResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void ChannelCreateChannelResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| kFrameworkErr | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 3387 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits