class ProcessExplorerKillTaskResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

void ProcessExplorerKillTaskResult (::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 1615 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits