class Vmap
Defined at line 868 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h
Public Methods
void Vmap ()
Defined at line 874 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h
void Vmap (Vmap && )
Defined at line 875 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h
void Vmap (Storage_ storage)
void Vmap (const Vmap & other)
Vmap & operator= (const Vmap & other)
bool operator== (const Vmap & other)
bool operator!= (const Vmap & other)
bool IsEmpty ()
const std::optional< ::std::string> & name ()
::std::optional< ::std::string> & name ()
Vmap & name (std::optional< ::std::string> value)
Setter for name.
const std::optional<uint64_t> & base_address ()
::std::optional<uint64_t> & base_address ()
Vmap & base_address (std::optional<uint64_t> value)
Setter for base_address.
Vmap & operator= (Vmap && )
Defined at line 876 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h
const std::optional<uint64_t> & size ()
::std::optional<uint64_t> & size ()
Vmap & size (std::optional<uint64_t> value)
Setter for size.
const std::optional<uint64_t> & depth ()
::std::optional<uint64_t> & depth ()
Vmap & depth (std::optional<uint64_t> value)
Setter for depth.
const std::optional< ::fuchsia_process_explorer::VmapType> & type ()
::std::optional< ::fuchsia_process_explorer::VmapType> & type ()
Vmap & type (std::optional< ::fuchsia_process_explorer::VmapType> value)
Setter for type.
const std::optional< ::fuchsia_process_explorer::Mapping> & mapping ()
Only set if |type| is `VmapType.MAPPING`.
::std::optional< ::fuchsia_process_explorer::Mapping> & mapping ()
Only set if |type| is `VmapType.MAPPING`.
Vmap & mapping (std::optional< ::fuchsia_process_explorer::Mapping> value)
Only set if |type| is `VmapType.MAPPING`.
void Vmap (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits