class RecoveryWriteDataFileRequest

Defined at line 459 of file fidling/gen/sdk/fidl/fuchsia.fshost/fuchsia.fshost/cpp/fidl/fuchsia.fshost/cpp/natural_types.h

Public Methods

void RecoveryWriteDataFileRequest (Storage_ storage)
void RecoveryWriteDataFileRequest (::std::string filename, ::zx::vmo payload)
void RecoveryWriteDataFileRequest ()

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

Defined at line 470 of file fidling/gen/sdk/fidl/fuchsia.fshost/fuchsia.fshost/cpp/fidl/fuchsia.fshost/cpp/natural_types.h

void RecoveryWriteDataFileRequest (RecoveryWriteDataFileRequest && )

Defined at line 473 of file fidling/gen/sdk/fidl/fuchsia.fshost/fuchsia.fshost/cpp/fidl/fuchsia.fshost/cpp/natural_types.h

const ::std::string & filename ()
::std::string & filename ()
RecoveryWriteDataFileRequest & filename (::std::string value)

Setter for filename.

RecoveryWriteDataFileRequest & operator= (RecoveryWriteDataFileRequest && )

Defined at line 474 of file fidling/gen/sdk/fidl/fuchsia.fshost/fuchsia.fshost/cpp/fidl/fuchsia.fshost/cpp/natural_types.h

const ::zx::vmo & payload ()
::zx::vmo & payload ()
RecoveryWriteDataFileRequest & payload (::zx::vmo value)

Setter for payload.

void RecoveryWriteDataFileRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits