class CryptCreateKeyWithIdRequest

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

Public Methods

void CryptCreateKeyWithIdRequest (Storage_ storage)
void CryptCreateKeyWithIdRequest (uint64_t owner, ::std::array<uint8_t, 16> wrapping_key_id, ::fuchsia_fxfs::ObjectType object_type)
void CryptCreateKeyWithIdRequest ()

Default constructs a |CryptCreateKeyWithIdRequest| only if all of its members are default constructible.

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

void CryptCreateKeyWithIdRequest (CryptCreateKeyWithIdRequest && )

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

void CryptCreateKeyWithIdRequest (const CryptCreateKeyWithIdRequest & other)
CryptCreateKeyWithIdRequest & operator= (CryptCreateKeyWithIdRequest && )

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

CryptCreateKeyWithIdRequest & operator= (const CryptCreateKeyWithIdRequest & other)
bool operator== (const CryptCreateKeyWithIdRequest & other)
bool operator!= (const CryptCreateKeyWithIdRequest & other)
uint64_t owner ()
uint64_t & owner ()
CryptCreateKeyWithIdRequest & owner (uint64_t value)

Setter for owner.

const ::std::array<uint8_t, 16> & wrapping_key_id ()
::std::array<uint8_t, 16> & wrapping_key_id ()
CryptCreateKeyWithIdRequest & wrapping_key_id (::std::array<uint8_t, 16> value)

Setter for wrapping_key_id.

::fuchsia_fxfs::ObjectType object_type ()
::fuchsia_fxfs::ObjectType & object_type ()
CryptCreateKeyWithIdRequest & object_type (::fuchsia_fxfs::ObjectType value)

Setter for object_type.

void CryptCreateKeyWithIdRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits