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