class PackageResolverGetHashResult

Defined at line 4223 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void PackageResolverGetHashResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 4233 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits