test_tree.cc File Reference

#include "tree.hh"
#include "tree_util.hh"
#include <iostream>
#include <string>
#include <algorithm>
#include <functional>
#include <list>
#include <utility>
#include <stdexcept>

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)

Function Documentation

int main int  argc,
char **  argv
 

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
 

bool truefunc std::string &  one,
std::string &  two
 


Generated on Sat Jul 18 23:03:14 2009 for cadabra by  doxygen 1.4.6