FreeLing
3.1
|
#include <tree.h>
Public Member Functions | |
const_preorder_iterator () | |
const_preorder_iterator (tree< T > *) | |
const_preorder_iterator (const tree< T > *) | |
const_preorder_iterator (const const_preorder_iterator< T > &) | |
const_preorder_iterator (const preorder_iterator< T > &) | |
const_preorder_iterator (const const_sibling_iterator< T > &) | |
const_preorder_iterator (const sibling_iterator< T > &) | |
~const_preorder_iterator () | |
const_preorder_iterator & | operator++ () |
const_preorder_iterator & | operator-- () |
const_preorder_iterator | operator++ (int) |
const_preorder_iterator | operator-- (int) |
freeling::const_preorder_iterator< T >::const_preorder_iterator | ( | ) |
freeling::const_preorder_iterator< T >::const_preorder_iterator | ( | tree< T > * | t | ) |
freeling::const_preorder_iterator< T >::const_preorder_iterator | ( | const tree< T > * | t | ) |
freeling::const_preorder_iterator< T >::const_preorder_iterator | ( | const const_preorder_iterator< T > & | o | ) |
freeling::const_preorder_iterator< T >::const_preorder_iterator | ( | const preorder_iterator< T > & | o | ) |
freeling::const_preorder_iterator< T >::const_preorder_iterator | ( | const const_sibling_iterator< T > & | o | ) |
freeling::const_preorder_iterator< T >::const_preorder_iterator | ( | const sibling_iterator< T > & | o | ) |
freeling::const_preorder_iterator< T >::~const_preorder_iterator | ( | ) |
const_preorder_iterator< T > & freeling::const_preorder_iterator< T >::operator++ | ( | ) |
const_preorder_iterator< T > freeling::const_preorder_iterator< T >::operator++ | ( | int | ) |
const_preorder_iterator< T > & freeling::const_preorder_iterator< T >::operator-- | ( | ) |
const_preorder_iterator< T > freeling::const_preorder_iterator< T >::operator-- | ( | int | ) |