class RealmQueryGetResolvedDeclarationResult
Defined at line 2170 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h
Public Methods
void RealmQueryGetResolvedDeclarationResult (RealmQueryGetResolvedDeclarationResult && other)
RealmQueryGetResolvedDeclarationResult & operator= (RealmQueryGetResolvedDeclarationResult && other)
::fuchsia_sys2::RealmQueryGetResolvedDeclarationResult::Tag Which ()
RealmQueryGetResolvedDeclarationResult WithResponse (::fuchsia_sys2::RealmQueryGetResolvedDeclarationResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
RealmQueryGetResolvedDeclarationResult & response (::fuchsia_sys2::RealmQueryGetResolvedDeclarationResponse value)
Sets the union to hold the response member.
RealmQueryGetResolvedDeclarationResult WithErr (::fuchsia_sys2::GetDeclarationError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RealmQueryGetResolvedDeclarationResult & err (::fuchsia_sys2::GetDeclarationError value)
Sets the union to hold the err member.
void RealmQueryGetResolvedDeclarationResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 2180 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits