class CryptSettings

Defined at line 325 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/wire_types.h

Public Methods

void CryptSettings ()

Defined at line 327 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/wire_types.h

void CryptSettings (const CryptSettings & other)

Defined at line 328 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/wire_types.h

void CryptSettings (CryptSettings && other)

Defined at line 330 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_fxfs::wire::CryptSettings> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_fxfs::wire::CryptSettings> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_fxfs::wire::CryptSettings>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::fidl::Array<uint8_t, 16> & active_data_wrapping_key_id ()
bool has_active_data_wrapping_key_id ()
::fidl::Array<uint8_t, 16> & active_metadata_wrapping_key_id ()
bool has_active_metadata_wrapping_key_id ()
CryptSettings & operator= (const CryptSettings & other)

Defined at line 329 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/wire_types.h

CryptSettings & operator= (CryptSettings && other)

Defined at line 331 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/wire_types.h

CryptSettings & set_active_data_wrapping_key_id (::fidl::ObjectView< ::fidl::Array<uint8_t, 16>> elem)
CryptSettings & set_active_data_wrapping_key_id (std::nullptr_t )
CryptSettings & clear_active_data_wrapping_key_id ()
CryptSettings & set_active_metadata_wrapping_key_id (::fidl::ObjectView< ::fidl::Array<uint8_t, 16>> elem)
CryptSettings & set_active_metadata_wrapping_key_id (std::nullptr_t )
CryptSettings & clear_active_metadata_wrapping_key_id ()
void CryptSettings (::fidl::AnyArena & allocator)
void CryptSettings (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_fxfs::wire::CryptSettings>> && 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_fxfs::wire::CryptSettings>> && frame_ptr)
void ~CryptSettings ()

Defined at line 333 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder