class ProcessExplorerGetHandleInfoRequest
Defined at line 997 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h
Public Methods
void ProcessExplorerGetHandleInfoRequest (ProcessExplorerGetHandleInfoRequest && other)
ProcessExplorerGetHandleInfoRequest & operator= (ProcessExplorerGetHandleInfoRequest && other)
void ProcessExplorerGetHandleInfoRequest (const ProcessExplorerGetHandleInfoRequest & other)
ProcessExplorerGetHandleInfoRequest & operator= (const ProcessExplorerGetHandleInfoRequest & other)
bool operator== (const ProcessExplorerGetHandleInfoRequest & other)
bool operator!= (const ProcessExplorerGetHandleInfoRequest & other)
bool IsUnknown ()
::fuchsia_process_explorer::ProcessExplorerGetHandleInfoRequest::Tag Which ()
ProcessExplorerGetHandleInfoRequest WithProcessName (::std::string val)
const ::fidl::internal::UnionMemberView<1, Storage_> process_name ()
::fidl::internal::UnionMemberView<1, Storage_> process_name ()
ProcessExplorerGetHandleInfoRequest & process_name (::std::string value)
Must be an exact match.
ProcessExplorerGetHandleInfoRequest WithKoid (uint64_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> koid ()
::fidl::internal::UnionMemberView<2, Storage_> koid ()
ProcessExplorerGetHandleInfoRequest & koid (uint64_t value)
Must be the koid for a process.
void ProcessExplorerGetHandleInfoRequest (::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 1005 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits