class FxfsKey
Defined at line 226 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
Public Methods
void FxfsKey (Storage_ storage)
void FxfsKey (::std::array<uint8_t, 16> wrapping_key_id, ::std::array<uint8_t, 48> wrapped_key)
void FxfsKey ()
Default constructs a |FxfsKey| only if all of its members are default constructible.
Defined at line 236 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
void FxfsKey (FxfsKey && )
Defined at line 239 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
void FxfsKey (const FxfsKey & other)
FxfsKey & operator= (FxfsKey && )
Defined at line 240 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
FxfsKey & operator= (const FxfsKey & other)
bool operator== (const FxfsKey & other)
bool operator!= (const FxfsKey & other)
const ::std::array<uint8_t, 16> & wrapping_key_id ()
::std::array<uint8_t, 16> & wrapping_key_id ()
FxfsKey & wrapping_key_id (::std::array<uint8_t, 16> value)
Setter for wrapping_key_id.
const ::std::array<uint8_t, 48> & wrapped_key ()
::std::array<uint8_t, 48> & wrapped_key ()
FxfsKey & wrapped_key (::std::array<uint8_t, 48> value)
Setter for wrapped_key.
void FxfsKey (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits