class ConfigChecksum
Defined at line 198 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
The checksum produced for a configuration interface.
Two configuration interfaces are the same if their checksums are the same.
Public Methods
void ConfigChecksum (ConfigChecksum && other)
ConfigChecksum & operator= (ConfigChecksum && other)
void ConfigChecksum (const ConfigChecksum & other)
ConfigChecksum & operator= (const ConfigChecksum & other)
bool operator== (const ConfigChecksum & other)
bool operator!= (const ConfigChecksum & other)
bool IsUnknown ()
::fuchsia_component_decl::ConfigChecksum::Tag Which ()
ConfigChecksum WithSha256 (::std::array<uint8_t, 32> val)
const ::fidl::internal::UnionMemberView<1, Storage_> sha256 ()
::fidl::internal::UnionMemberView<1, Storage_> sha256 ()
ConfigChecksum & sha256 (::std::array<uint8_t, 32> value)
A SHA-256 hash produced over a component's config interface.
void ConfigChecksum (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kSha256 | 1 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
TODO: share union tag types between wire
&
natural.
Defined at line 207 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits