class BaseSocketGetBindToInterfaceIndexResult

Defined at line 4025 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h

Public Methods

void BaseSocketGetBindToInterfaceIndexResult (BaseSocketGetBindToInterfaceIndexResult && other)
BaseSocketGetBindToInterfaceIndexResult & operator= (BaseSocketGetBindToInterfaceIndexResult && other)
void BaseSocketGetBindToInterfaceIndexResult (const BaseSocketGetBindToInterfaceIndexResult & other)
BaseSocketGetBindToInterfaceIndexResult & operator= (const BaseSocketGetBindToInterfaceIndexResult & other)
bool operator== (const BaseSocketGetBindToInterfaceIndexResult & other)
bool operator!= (const BaseSocketGetBindToInterfaceIndexResult & other)
::fuchsia_posix_socket::BaseSocketGetBindToInterfaceIndexResult::Tag Which ()
BaseSocketGetBindToInterfaceIndexResult WithResponse (::fuchsia_posix_socket::BaseSocketGetBindToInterfaceIndexResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
BaseSocketGetBindToInterfaceIndexResult & response (::fuchsia_posix_socket::BaseSocketGetBindToInterfaceIndexResponse value)

Sets the union to hold the response member.

BaseSocketGetBindToInterfaceIndexResult WithErr (::fuchsia_posix::Errno val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
BaseSocketGetBindToInterfaceIndexResult & err (::fuchsia_posix::Errno value)

Sets the union to hold the err member.

void BaseSocketGetBindToInterfaceIndexResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 4035 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits