class TreeNames
Defined at line 3235 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h
TreeNames are the set of names of fuchsia.inspect.Trees for a component that
were parsed out of a selector. The hierarchy and property selector portions
will only be applied to trees that match this set.
Public Methods
void TreeNames ()
void TreeNames (const TreeNames & )
Defined at line 3241 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h
TreeNames & operator= (const TreeNames & )
Defined at line 3242 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h
void TreeNames (TreeNames && )
Defined at line 3243 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h
TreeNames & operator= (TreeNames && )
Defined at line 3244 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h
bool IsUnknown ()
Defined at line 3251 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h
bool has_invalid_tag ()
bool is_some ()
TreeNames WithSome (::fidl::ObjectView< ::fidl::VectorView< ::fidl::StringView>> val)
A specified subset of tree names.
template <typename... Args>
TreeNames WithSome (::fidl::AnyArena & allocator, Args &&... args)
A specified subset of tree names.
Defined at line 3264 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h
::fidl::VectorView< ::fidl::StringView> & some ()
A specified subset of tree names.
const ::fidl::VectorView< ::fidl::StringView> & some ()
A specified subset of tree names.
bool is_all ()
TreeNames WithAll (::fuchsia_diagnostics::wire::All val)
All of the available trees. Equivalent to listing all of the names of
trees.
::fuchsia_diagnostics::wire::All & all ()
All of the available trees. Equivalent to listing all of the names of
trees.
const ::fuchsia_diagnostics::wire::All & all ()
All of the available trees. Equivalent to listing all of the names of
trees.
::fuchsia_diagnostics::wire::TreeNames::Tag Which ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kSome | 1 |
| kAll | 2 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 3246 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h