class RealmProxyConnectToServiceInstanceResult

Defined at line 498 of file fidling/gen/sdk/fidl/fuchsia.testing.harness/fuchsia.testing.harness/cpp/fidl/fuchsia.testing.harness/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

RealmProxyConnectToServiceInstanceResult WithErr (::fuchsia_testing_harness::OperationError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RealmProxyConnectToServiceInstanceResult & err (::fuchsia_testing_harness::OperationError value)

Sets the union to hold the err member.

void RealmProxyConnectToServiceInstanceResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 506 of file fidling/gen/sdk/fidl/fuchsia.testing.harness/fuchsia.testing.harness/cpp/fidl/fuchsia.testing.harness/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits