class VerificationOptions
Defined at line 652 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
Set of options used to enable verity on a file.
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_io::wire::VerificationOptions> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_io::wire::VerificationOptions> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_io::wire::VerificationOptions>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void VerificationOptions ()
Defined at line 654 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
void VerificationOptions (const VerificationOptions & other)
Defined at line 655 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
VerificationOptions & operator= (const VerificationOptions & other)
Defined at line 656 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
void VerificationOptions (VerificationOptions && other)
Defined at line 657 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
::fuchsia_io::wire::HashAlgorithm & hash_algorithm ()
bool has_hash_algorithm ()
VerificationOptions & operator= (VerificationOptions && other)
Defined at line 658 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
::fidl::VectorView<uint8_t> & salt ()
`salt` is prepended to each block before it is hashed.
bool has_salt ()
VerificationOptions & set_hash_algorithm (::fuchsia_io::wire::HashAlgorithm elem)
VerificationOptions & clear_hash_algorithm ()
VerificationOptions & set_salt (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> elem)
VerificationOptions & set_salt (std::nullptr_t )
VerificationOptions & clear_salt ()
void VerificationOptions (::fidl::AnyArena & allocator)
void VerificationOptions (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_io::wire::VerificationOptions>> && frame)
This constructor allows a user controlled allocation (not using a Arena).
It should only be used when performance is key.
As soon as the frame is given to the table, it must not be used directly or for another table.
void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_io::wire::VerificationOptions>> && frame_ptr)
void ~VerificationOptions ()
Defined at line 660 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder