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