template <>
class WireTableBuilder
Defined at line 1072 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_types.h
Public Methods
template <typename First = ::fuchsia_debugger::wire::Filter, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_debugger::wire::Filter>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_debugger::wire::GetProcessInfoOptions> & filter (First && first, Args &&... args_)
A filter that will reduce the number of processes that are iterated
over. This will not install any new filters and will not cause new
processes to be attached. Instead, this filter will be applied to
already attached processes, which can be useful if there are many
processes currently attached.
Defined at line 1088 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_types.h
template <typename First = ::fuchsia_debugger::wire::ThreadDetailsInterest, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_debugger::wire::ThreadDetailsInterest>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_debugger::wire::GetProcessInfoOptions> & interest (First && first, Args &&... args_)
Clients should specify the data they are interested in being yielded
from the iterator here. Any unspecified fields will be assumed to be
false. See ThreadDetailsInterest for descriptions of possible data.
Defined at line 1102 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_types.h
Friends
template <>
class GetProcessInfoOptions