template <>
class WireTableBuilder
Defined at line 1569 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h
Public Methods
template <typename First = ::fuchsia_diagnostics::wire::ComponentSelector, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_diagnostics::wire::ComponentSelector>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_diagnostics::wire::Selector> & component_selector (First && first, Args &&... args_)
The selector defining a pattern of component monikers to match
against.
Defined at line 1583 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h
template <typename First = ::fuchsia_diagnostics::wire::TreeSelector, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_diagnostics::wire::TreeSelector>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_diagnostics::wire::Selector> & tree_selector (First && first, Args &&... args_)
The selector defining data hierarchy properties to match against
within the data hierarchies owned by components matched by
`component_selector`.
Defined at line 1598 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h
template <typename First = ::fuchsia_diagnostics::wire::TreeNames, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_diagnostics::wire::TreeNames>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_diagnostics::wire::Selector> & tree_names (First && first, Args &&... args_)
A set of fuchsia.inspect.Tree names to filter with before applying
hierarchy/property selectors.
Omitting a name-filter is equivalent to TreeNames::some(["root"]).
Note that "root" is the default tree name.
Defined at line 1615 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h
Friends
template <>
class Selector