class StreamSocketGetErrorResult

Defined at line 2500 of file fidling/gen/sdk/fidl/fuchsia.vsock/fuchsia.vsock/cpp/fidl/fuchsia.vsock/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

void StreamSocketGetErrorResult (::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 2511 of file fidling/gen/sdk/fidl/fuchsia.vsock/fuchsia.vsock/cpp/fidl/fuchsia.vsock/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits