![]() |
Pixie
|
This is the complete list of members for AdjListTree, including all inherited members.
| AdjListTree(const std::vector< std::vector< size_t > > &adjacency_list) | AdjListTree | inlineexplicit |
| child(const AdjListNode &node, size_t i) const | AdjListTree | inline |
| degree(const AdjListNode &node) const | AdjListTree | inline |
| first_child(const AdjListNode &node) const | AdjListTree | inline |
| is_last_child(const AdjListNode &node) const | AdjListTree | inline |
| is_leaf(const AdjListNode &node) const | AdjListTree | inline |
| is_root(const AdjListNode &node) const | AdjListTree | inline |
| next_sibling(const AdjListNode &node) const | AdjListTree | inline |
| parent(const AdjListNode &node) const | AdjListTree | inline |
| root() const | AdjListTree | inline |