class RealmQueryResolveDeclarationResult

Defined at line 2347 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

Public Methods

void RealmQueryResolveDeclarationResult (RealmQueryResolveDeclarationResult && other)
RealmQueryResolveDeclarationResult & operator= (RealmQueryResolveDeclarationResult && other)
::fuchsia_sys2::RealmQueryResolveDeclarationResult::Tag Which ()
RealmQueryResolveDeclarationResult WithResponse (::fuchsia_sys2::RealmQueryResolveDeclarationResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
RealmQueryResolveDeclarationResult & response (::fuchsia_sys2::RealmQueryResolveDeclarationResponse value)

Sets the union to hold the response member.

RealmQueryResolveDeclarationResult WithErr (::fuchsia_sys2::GetDeclarationError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RealmQueryResolveDeclarationResult & err (::fuchsia_sys2::GetDeclarationError value)

Sets the union to hold the err member.

void RealmQueryResolveDeclarationResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 2357 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits