class CryptUnwrapKeyResponse

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

Public Methods

void CryptUnwrapKeyResponse (Storage_ storage)
void CryptUnwrapKeyResponse (::std::vector<uint8_t> unwrapped_key)
void CryptUnwrapKeyResponse ()

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

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

void CryptUnwrapKeyResponse (CryptUnwrapKeyResponse && )

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

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

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

CryptUnwrapKeyResponse & operator= (const CryptUnwrapKeyResponse & other)
bool operator== (const CryptUnwrapKeyResponse & other)
bool operator!= (const CryptUnwrapKeyResponse & other)
const ::std::vector<uint8_t> & unwrapped_key ()
::std::vector<uint8_t> & unwrapped_key ()
CryptUnwrapKeyResponse & unwrapped_key (::std::vector<uint8_t> value)

Setter for unwrapped_key.

void CryptUnwrapKeyResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits