class ProcessInfoIteratorGetNextResult
Defined at line 381 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h
Public Methods
void ProcessInfoIteratorGetNextResult (ProcessInfoIteratorGetNextResult && other)
ProcessInfoIteratorGetNextResult & operator= (ProcessInfoIteratorGetNextResult && other)
void ProcessInfoIteratorGetNextResult (const ProcessInfoIteratorGetNextResult & other)
ProcessInfoIteratorGetNextResult & operator= (const ProcessInfoIteratorGetNextResult & other)
bool operator== (const ProcessInfoIteratorGetNextResult & other)
bool operator!= (const ProcessInfoIteratorGetNextResult & other)
::fuchsia_debugger::ProcessInfoIteratorGetNextResult::Tag Which ()
ProcessInfoIteratorGetNextResult WithResponse (::fuchsia_debugger::ProcessInfoIteratorGetNextResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ProcessInfoIteratorGetNextResult & response (::fuchsia_debugger::ProcessInfoIteratorGetNextResponse value)
Sets the union to hold the response member.
ProcessInfoIteratorGetNextResult WithErr (::fuchsia_debugger::ProcessInfoError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ProcessInfoIteratorGetNextResult & err (::fuchsia_debugger::ProcessInfoError value)
Sets the union to hold the err member.
void ProcessInfoIteratorGetNextResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 389 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits