class DebugAgentGetProcessInfoResult
Defined at line 1281 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h
Public Methods
void DebugAgentGetProcessInfoResult (DebugAgentGetProcessInfoResult && other)
DebugAgentGetProcessInfoResult & operator= (DebugAgentGetProcessInfoResult && other)
void DebugAgentGetProcessInfoResult (const DebugAgentGetProcessInfoResult & other)
DebugAgentGetProcessInfoResult & operator= (const DebugAgentGetProcessInfoResult & other)
bool operator== (const DebugAgentGetProcessInfoResult & other)
bool operator!= (const DebugAgentGetProcessInfoResult & other)
::fuchsia_debugger::DebugAgentGetProcessInfoResult::Tag Which ()
DebugAgentGetProcessInfoResult WithResponse (::fuchsia_debugger::DebugAgentGetProcessInfoResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DebugAgentGetProcessInfoResult & response (::fuchsia_debugger::DebugAgentGetProcessInfoResponse value)
Sets the union to hold the response member.
DebugAgentGetProcessInfoResult WithErr (::fuchsia_debugger::FilterError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DebugAgentGetProcessInfoResult & err (::fuchsia_debugger::FilterError value)
Sets the union to hold the err member.
DebugAgentGetProcessInfoResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
DebugAgentGetProcessInfoResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void DebugAgentGetProcessInfoResult (::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 1289 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits