|
ROSE 0.11.145.354
|
Definition at line 59 of file baseCFGIterator.h.


Additional Inherited Members | |
Public Member Functions inherited from BaseCFG::iterator | |
| virtual void | operator++ (int)=0 |
| virtual bool | eq (const iterator &other_it) const =0 |
| virtual bool | operator== (const iterator &other_it) const =0 |
| virtual bool | operator!= (const iterator &it) const =0 |
| virtual DataflowNode & | operator* ()=0 |
| virtual checkpoint * | getChkpt ()=0 |
| virtual void | restartFromChkpt (checkpoint &chkpt)=0 |
Public Member Functions inherited from printable | |
| virtual std::string | str (std::string indent="")=0 |
Public Attributes inherited from BaseCFG::iterator | |
| std::list< DataflowNode > | remainingNodes |
| std::set< DataflowNode > | visited |