class ProcessExplorerGetHandleInfoResult

Defined at line 1103 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h

Public Methods

void ProcessExplorerGetHandleInfoResult (ProcessExplorerGetHandleInfoResult && other)
ProcessExplorerGetHandleInfoResult & operator= (ProcessExplorerGetHandleInfoResult && other)
void ProcessExplorerGetHandleInfoResult (const ProcessExplorerGetHandleInfoResult & other)
ProcessExplorerGetHandleInfoResult & operator= (const ProcessExplorerGetHandleInfoResult & other)
bool operator== (const ProcessExplorerGetHandleInfoResult & other)
bool operator!= (const ProcessExplorerGetHandleInfoResult & other)
::fuchsia_process_explorer::ProcessExplorerGetHandleInfoResult::Tag Which ()
ProcessExplorerGetHandleInfoResult WithResponse (::fuchsia_process_explorer::ProcessExplorerGetHandleInfoResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ProcessExplorerGetHandleInfoResult & response (::fuchsia_process_explorer::ProcessExplorerGetHandleInfoResponse value)

Sets the union to hold the response member.

ProcessExplorerGetHandleInfoResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ProcessExplorerGetHandleInfoResult & err (int32_t value)

Sets the union to hold the err member.

ProcessExplorerGetHandleInfoResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
ProcessExplorerGetHandleInfoResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void ProcessExplorerGetHandleInfoResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 1111 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits