class RealmQueryConstructNamespaceResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void RealmQueryConstructNamespaceResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits