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