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