class ConnectorBindResult

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

Public Methods

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

Sets the union to hold the response member.

ConnectorBindResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ConnectorBindResult & err (int32_t value)

Sets the union to hold the err member.

void ConnectorBindResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits