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