class BootfsFileVmo
Defined at line 1483 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/cpp/fidl/fuchsia.boot/cpp/natural_types.h
Refers to a VMO that has been created from the big bootfs VMO.
Public Methods
void BootfsFileVmo (Storage_ storage)
void BootfsFileVmo (uint32_t offset, ::zx::vmo contents)
void BootfsFileVmo ()
Default constructs a |BootfsFileVmo| only if all of its members are default constructible.
Defined at line 1494 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/cpp/fidl/fuchsia.boot/cpp/natural_types.h
void BootfsFileVmo (BootfsFileVmo && )
Defined at line 1497 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/cpp/fidl/fuchsia.boot/cpp/natural_types.h
uint32_t offset ()
Offset of the VMO in the bootfs VMO.
uint32_t & offset ()
Offset of the VMO in the bootfs VMO.
BootfsFileVmo & offset (uint32_t value)
Offset of the VMO in the bootfs VMO.
const ::zx::vmo & contents ()
VMO with the contents from the decoded file.
::zx::vmo & contents ()
VMO with the contents from the decoded file.
BootfsFileVmo & contents (::zx::vmo value)
VMO with the contents from the decoded file.
void BootfsFileVmo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
BootfsFileVmo & operator= (BootfsFileVmo && )
Defined at line 1498 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/cpp/fidl/fuchsia.boot/cpp/natural_types.h
Friends
class MemberVisitor
class NaturalStructCodingTraits