#include <Ast.h>
Collaboration diagram for Ast::iterator:

Public Member Functions | |
| iterator () | |
| bool | operator== (const iterator &x) const |
| bool | operator!= (const iterator &x) const |
| reference | operator * () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
Protected Member Functions | |
| iterator (SgNode *x) | |
Protected Attributes | |
| SgNode * | node |
| SgNode * | startNode |
Private Member Functions | |
| SgNode * | findNextNode (SgNode *p) |
Friends | |
| class | Ast |
| Ast::iterator::iterator | ( | SgNode * | x | ) | [inline, protected] |
| Ast::iterator::iterator | ( | ) | [inline] |
| bool Ast::iterator::operator== | ( | const iterator & | x | ) | const [inline] |
| bool Ast::iterator::operator!= | ( | const iterator & | x | ) | const [inline] |
| reference Ast::iterator::operator * | ( | ) | const [inline] |
| iterator& Ast::iterator::operator++ | ( | ) |
| iterator Ast::iterator::operator++ | ( | int | ) | [inline] |
friend class Ast [friend] |
SgNode* Ast::iterator::node [protected] |
SgNode* Ast::iterator::startNode [protected] |
1.4.7