class TreeNames
Defined at line 1962 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_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 (TreeNames && other)
TreeNames & operator= (TreeNames && other)
void TreeNames (const TreeNames & other)
TreeNames & operator= (const TreeNames & other)
bool operator== (const TreeNames & other)
bool operator!= (const TreeNames & other)
bool IsUnknown ()
::fuchsia_diagnostics::TreeNames::Tag Which ()
TreeNames WithSome (::std::vector< ::std::string> val)
const ::fidl::internal::UnionMemberView<1, Storage_> some ()
::fidl::internal::UnionMemberView<1, Storage_> some ()
TreeNames & some (::std::vector< ::std::string> value)
A specified subset of tree names.
TreeNames WithAll (::fuchsia_diagnostics::All val)
const ::fidl::internal::UnionMemberView<2, Storage_> all ()
::fidl::internal::UnionMemberView<2, Storage_> all ()
TreeNames & all (::fuchsia_diagnostics::All value)
All of the available trees. Equivalent to listing all of the names of
trees.
void TreeNames (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
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() |
TODO: share union tag types between wire
&
natural.
Defined at line 1972 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits