Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
quetzal::coalescence::container::Tree< CellT > Member List

This is the complete list of members for quetzal::coalescence::container::Tree< CellT >, including all inherited members.

add_child(const Tree< CellT > &subtree)quetzal::coalescence::container::Tree< CellT >
add_child(Tree< CellT > &&subtree) noexceptquetzal::coalescence::container::Tree< CellT >
add_child(CellT &&cell) noexceptquetzal::coalescence::container::Tree< CellT >
cell() constquetzal::coalescence::container::Tree< CellT >
cell()quetzal::coalescence::container::Tree< CellT >
has_children() constquetzal::coalescence::container::Tree< CellT >
has_parent() constquetzal::coalescence::container::Tree< CellT >inline
nb_children() const (defined in quetzal::coalescence::container::Tree< CellT >)quetzal::coalescence::container::Tree< CellT >inline
operator=(const Tree< CellT > &other)quetzal::coalescence::container::Tree< CellT >
operator=(Tree< CellT > &&other) noexceptquetzal::coalescence::container::Tree< CellT >
parent() (defined in quetzal::coalescence::container::Tree< CellT >)quetzal::coalescence::container::Tree< CellT >inline
parent() const (defined in quetzal::coalescence::container::Tree< CellT >)quetzal::coalescence::container::Tree< CellT >inline
Tree()quetzal::coalescence::container::Tree< CellT >
Tree(const CellT &cell)quetzal::coalescence::container::Tree< CellT >
Tree(CellT &&cell) noexceptquetzal::coalescence::container::Tree< CellT >
Tree(const Tree< CellT > &other)quetzal::coalescence::container::Tree< CellT >
Tree(Tree< CellT > &&other) noexceptquetzal::coalescence::container::Tree< CellT >
Tree(CellT &&cell, std::vector< Tree< CellT > > &&children) noexceptquetzal::coalescence::container::Tree< CellT >
visit_cells_by_pre_order_DFS(UnaryOperation op) constquetzal::coalescence::container::Tree< CellT >inline
visit_leaves_cells_by_DFS(UnaryOperation op) constquetzal::coalescence::container::Tree< CellT >inline
visit_subtrees_by_generic_DFS(Op1 preorder, Op2 inorder, Op3 postorder) (defined in quetzal::coalescence::container::Tree< CellT >)quetzal::coalescence::container::Tree< CellT >inline
visit_subtrees_by_pre_order_DFS(UnaryOperation op)quetzal::coalescence::container::Tree< CellT >inline