#include "tree.h"#include <boost/spirit/core.hpp>

Go to the source code of this file.
Functions | |
| void | begin_internal (const char *from, const char *to) |
| void | end_internal (const char) |
| void | add_leaf (const char *from, const char *to) |
| tree< std::string > | parse_string_tree (const std::string &str) |
| std::istream & | operator>> (std::istream &in, opencog::tree< std::string > &t) throw (InconsistenceException, std::bad_exception) |
Variables | |
| tree< string > | tr |
| tree< string >::iterator | at = tr.begin() |
| void @1131::add_leaf | ( | const char * | from, | |
| const char * | to | |||
| ) | [static] |
Definition at line 20 of file tree.cc.
References opencog::tree< T, tree_node_allocator >::append_child(), opencog::tree< T, tree_node_allocator >::empty(), and opencog::tree< T, tree_node_allocator >::insert().
| void @1131::begin_internal | ( | const char * | from, | |
| const char * | to | |||
| ) | [static] |
Definition at line 12 of file tree.cc.
References opencog::tree< T, tree_node_allocator >::append_child(), opencog::tree< T, tree_node_allocator >::empty(), and opencog::tree< T, tree_node_allocator >::insert().
| void @1131::end_internal | ( | const | char | ) | [static] |
Definition at line 17 of file tree.cc.
References opencog::tree< T, tree_node_allocator >::parent().
| std::istream& operator>> | ( | std::istream & | in, | |
| opencog::tree< std::string > & | t | |||
| ) | throw (InconsistenceException, std::bad_exception) |
| tree<std::string> @1131::parse_string_tree | ( | const std::string & | str | ) | [static] |
Definition at line 53 of file tree.cc.
References opencog::tree< T, tree_node_allocator >::begin(), and opencog::tree< T, tree_node_allocator >::clear().

1.5.6