Count subtree occurences Count the number of occurences of each subtree of a root tree. More...
#include <occurrences.hh>
Public Member Functions | |
Occurrences (Tree root) | |
Count the number of occurrences of each subtree of root. | |
int | getCount (Tree t) |
Get the number of occurrences of t. |
Count subtree occurences Count the number of occurences of each subtree of a root tree.
Definition at line 32 of file occurrences.hh.