class SocketSetSocketDispositionResult

Defined at line 4786 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

SocketSetSocketDispositionResult WithErr (::fuchsia_fdomain::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
SocketSetSocketDispositionResult & err (::fuchsia_fdomain::Error value)

Sets the union to hold the err member.

SocketSetSocketDispositionResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
SocketSetSocketDispositionResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void SocketSetSocketDispositionResult (::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 4797 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits