FreeLing  3.0
Classes
tree.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tree_iterator< T, N >
 Generic iterator, to derive all the others. More...
class  generic_iterator< T >
class  generic_const_iterator< T >
class  sibling_iterator< T >
 sibling iterator: traverse all children of the same node More...
class  const_sibling_iterator< T >
class  preorder_iterator< T >
 traverse the tree in preorder (parent first, then children) More...
class  const_preorder_iterator< T >
class  tree< T >