|
Functions |
| bool | truefunc (std::string &one, std::string &two) |
| void | print_tree (const tree< std::string > &tr, tree< std::string >::pre_order_iterator it, tree< std::string >::pre_order_iterator end) |
| void | print_tree_post (const tree< std::string > &tr, tree< std::string >::post_order_iterator it, tree< std::string >::post_order_iterator end) |
| void | print_tree_rev (const tree< std::string > &tr, tree< std::string >::pre_order_iterator it, tree< std::string >::pre_order_iterator end) |
| void | print_tree_rev_post (const tree< std::string > &tr, tree< std::string >::post_order_iterator it, tree< std::string >::post_order_iterator end) |
| int | main (int argc, char **argv) |