class MapperOpenSessionRequest

Defined at line 3085 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

Public Methods

void MapperOpenSessionRequest (Storage_ storage)
void MapperOpenSessionRequest (::fidl::ServerEnd< ::fuchsia_storage_block::MapperSession> session, ::zx::vmo mapping_vmo, ::zx::port port, ::zx::vmo delivery_queue)
void MapperOpenSessionRequest ()

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

Defined at line 3095 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

void MapperOpenSessionRequest (MapperOpenSessionRequest && )

Defined at line 3098 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

::zx::vmo & mapping_vmo ()

VMO that contains the mappings.

MapperOpenSessionRequest & mapping_vmo (::zx::vmo value)

VMO that contains the mappings.

MapperOpenSessionRequest & operator= (MapperOpenSessionRequest && )

Defined at line 3099 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

const ::fidl::ServerEnd< ::fuchsia_storage_block::MapperSession> & session ()
::fidl::ServerEnd< ::fuchsia_storage_block::MapperSession> & session ()
MapperOpenSessionRequest & session (::fidl::ServerEnd< ::fuchsia_storage_block::MapperSession> value)

Setter for session.

const ::zx::vmo & mapping_vmo ()

VMO that contains the mappings.

const ::zx::port & port ()

Page requests will be delivered on the port.

::zx::port & port ()

Page requests will be delivered on the port.

MapperOpenSessionRequest & port (::zx::port value)

Page requests will be delivered on the port.

const ::zx::vmo & delivery_queue ()

Completed requests are delivered on this queue.

::zx::vmo & delivery_queue ()

Completed requests are delivered on this queue.

MapperOpenSessionRequest & delivery_queue (::zx::vmo value)

Completed requests are delivered on this queue.

void MapperOpenSessionRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits