class RealmProxyOpenServiceResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void RealmProxyOpenServiceResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits