class TreeSelector

Defined at line 1844 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h

TreeSelector represents a selection request on a hierarchy of named nodes, with

named properties on those nodes.

Public Methods

void TreeSelector (TreeSelector && other)
TreeSelector & operator= (TreeSelector && other)
void TreeSelector (const TreeSelector & other)
TreeSelector & operator= (const TreeSelector & other)
bool operator== (const TreeSelector & other)
bool operator!= (const TreeSelector & other)
bool IsUnknown ()
::fuchsia_diagnostics::TreeSelector::Tag Which ()
TreeSelector WithSubtreeSelector (::fuchsia_diagnostics::SubtreeSelector val)
const ::fidl::internal::UnionMemberView<1, Storage_> subtree_selector ()
::fidl::internal::UnionMemberView<1, Storage_> subtree_selector ()
TreeSelector & subtree_selector (::fuchsia_diagnostics::SubtreeSelector value)

A selector defining a set of nodes to match, for which the entire subtree including

those nodes are selected.

TreeSelector WithPropertySelector (::fuchsia_diagnostics::PropertySelector val)
const ::fidl::internal::UnionMemberView<2, Storage_> property_selector ()
::fidl::internal::UnionMemberView<2, Storage_> property_selector ()
TreeSelector & property_selector (::fuchsia_diagnostics::PropertySelector value)

A selector defining a set of nodes to match, and on those matched nodes a set of named

propperties to match.

void TreeSelector (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kSubtreeSelector 1
kPropertySelector 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 1854 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits