class ConfigurationGetResult

Defined at line 77 of file fidling/gen/sdk/fidl/fuchsia.storage.ftl/fuchsia.storage.ftl/cpp/fidl/fuchsia.storage.ftl/cpp/natural_types.h

Public Methods

void ConfigurationGetResult (ConfigurationGetResult && other)
ConfigurationGetResult & operator= (ConfigurationGetResult && other)
void ConfigurationGetResult (const ConfigurationGetResult & other)
ConfigurationGetResult & operator= (const ConfigurationGetResult & other)
bool operator== (const ConfigurationGetResult & other)
bool operator!= (const ConfigurationGetResult & other)
::fuchsia_storage_ftl::ConfigurationGetResult::Tag Which ()
ConfigurationGetResult WithResponse (::fuchsia_storage_ftl::ConfigurationOptions val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ConfigurationGetResult & response (::fuchsia_storage_ftl::ConfigurationOptions value)

Sets the union to hold the response member.

ConfigurationGetResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ConfigurationGetResult & err (int32_t value)

Sets the union to hold the err member.

void ConfigurationGetResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 85 of file fidling/gen/sdk/fidl/fuchsia.storage.ftl/fuchsia.storage.ftl/cpp/fidl/fuchsia.storage.ftl/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits