class ProcessExplorerGetStackTraceResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

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

Friends

class NaturalUnionCodingTraits