class FileSeekResponse
Defined at line 1205 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
Public Methods
void FileSeekResponse (Storage_ storage)
void FileSeekResponse (uint64_t offset_from_start)
void FileSeekResponse ()
Default constructs a |FileSeekResponse| only if all of its members are default constructible.
Defined at line 1215 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
void FileSeekResponse (FileSeekResponse && )
Defined at line 1218 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
void FileSeekResponse (const FileSeekResponse & other)
FileSeekResponse & operator= (FileSeekResponse && )
Defined at line 1219 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
FileSeekResponse & operator= (const FileSeekResponse & other)
bool operator== (const FileSeekResponse & other)
bool operator!= (const FileSeekResponse & other)
uint64_t offset_from_start ()
uint64_t & offset_from_start ()
FileSeekResponse & offset_from_start (uint64_t value)
Setter for offset_from_start.
void FileSeekResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits