class ProcessExplorerGetVmapsRequest
Defined at line 1165 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h
Public Methods
void ProcessExplorerGetVmapsRequest (ProcessExplorerGetVmapsRequest && other)
ProcessExplorerGetVmapsRequest & operator= (ProcessExplorerGetVmapsRequest && other)
void ProcessExplorerGetVmapsRequest (const ProcessExplorerGetVmapsRequest & other)
ProcessExplorerGetVmapsRequest & operator= (const ProcessExplorerGetVmapsRequest & other)
bool operator== (const ProcessExplorerGetVmapsRequest & other)
bool operator!= (const ProcessExplorerGetVmapsRequest & other)
bool IsUnknown ()
::fuchsia_process_explorer::ProcessExplorerGetVmapsRequest::Tag Which ()
ProcessExplorerGetVmapsRequest WithProcessName (::std::string val)
const ::fidl::internal::UnionMemberView<1, Storage_> process_name ()
::fidl::internal::UnionMemberView<1, Storage_> process_name ()
ProcessExplorerGetVmapsRequest & process_name (::std::string value)
Must be an exact match.
ProcessExplorerGetVmapsRequest WithKoid (uint64_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> koid ()
::fidl::internal::UnionMemberView<2, Storage_> koid ()
ProcessExplorerGetVmapsRequest & koid (uint64_t value)
Must be the koid for a process.
void ProcessExplorerGetVmapsRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kProcessName | 1 |
| kKoid | 2 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
TODO: share union tag types between wire
&
natural.
Defined at line 1173 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits