#include <CallGraph.hpp>


Public Member Functions | |
| NodeCallsIterator (OA_ptr< NodeInterface > node_) | |
| ~NodeCallsIterator () | |
| void | operator++ () |
| bool | isValid () const |
| CallHandle | current () const |
Private Attributes | |
| OA_ptr< Node > | mNode |
| std::list< CallHandle >::iterator | mIter |
Definition at line 284 of file CallGraph.hpp.
| OA::CallGraph::NodeCallsIterator::NodeCallsIterator | ( | OA_ptr< NodeInterface > | node_ | ) | [inline] |
Definition at line 286 of file CallGraph.hpp.
References OA::OA_ptr< T >::convert(), mIter, and mNode.

| OA::CallGraph::NodeCallsIterator::~NodeCallsIterator | ( | ) | [inline] |
Definition at line 289 of file CallGraph.hpp.
| CallHandle OA::CallGraph::NodeCallsIterator::current | ( | ) | const [inline] |
Definition at line 292 of file CallGraph.hpp.
References mIter.
| bool OA::CallGraph::NodeCallsIterator::isValid | ( | ) | const [inline, virtual] |
| void OA::CallGraph::NodeCallsIterator::operator++ | ( | ) | [inline, virtual] |
Implements OA::CallGraph::NodeCallsIteratorInterface.
Definition at line 290 of file CallGraph.hpp.
std::list<CallHandle>::iterator OA::CallGraph::NodeCallsIterator::mIter [private] |
Definition at line 295 of file CallGraph.hpp.
Referenced by current(), isValid(), NodeCallsIterator(), and operator++().
OA_ptr<Node> OA::CallGraph::NodeCallsIterator::mNode [private] |
Definition at line 294 of file CallGraph.hpp.
Referenced by isValid(), NodeCallsIterator(), and operator++().
1.7.1