Inheritance diagram for gp_parse_tree::parse_tree< T >::base_const_iterator:

Public Member Functions | |
| base_const_iterator () | |
| base_const_iterator (const subtree *n) | |
| base_const_iterator & | operator= (const base_const_iterator &org) |
| bool | operator== (const base_const_iterator &org) const |
| bool | operator!= (const base_const_iterator &org) const |
| base_const_iterator & | operator++ (void) |
| base_const_iterator | operator++ (int) |
Protected Attributes | |
| const subtree * | node |
Definition at line 1078 of file parse_tree.h.
1.4.7