class BlockQuerySlicesRequest
Defined at line 2347 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h
Public Methods
void BlockQuerySlicesRequest (Storage_ storage)
void BlockQuerySlicesRequest (::std::vector<uint64_t> start_slices)
void BlockQuerySlicesRequest ()
Default constructs a |BlockQuerySlicesRequest| only if all of its members are default constructible.
Defined at line 2357 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h
void BlockQuerySlicesRequest (BlockQuerySlicesRequest && )
Defined at line 2360 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h
void BlockQuerySlicesRequest (const BlockQuerySlicesRequest & other)
BlockQuerySlicesRequest & operator= (BlockQuerySlicesRequest && )
Defined at line 2361 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h
BlockQuerySlicesRequest & operator= (const BlockQuerySlicesRequest & other)
bool operator== (const BlockQuerySlicesRequest & other)
bool operator!= (const BlockQuerySlicesRequest & other)
const ::std::vector<uint64_t> & start_slices ()
::std::vector<uint64_t> & start_slices ()
BlockQuerySlicesRequest & start_slices (::std::vector<uint64_t> value)
Setter for start_slices.
void BlockQuerySlicesRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits