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