Searched refs:TGraphNodeVector (Results 1 – 3 of 3) sorted by relevance
27 typedef std::vector<TGraphNode*> TGraphNodeVector; typedef143 TGraphNodeVector::const_iterator begin() const { return mAllNodes.begin(); } in begin()144 TGraphNodeVector::const_iterator end() const { return mAllNodes.end(); } in end()176 TGraphNodeVector mAllNodes;
57 for (TGraphNodeVector::const_iterator iter = graph.begin(); iter != graph.end(); ++iter) in outputAllSpanningTrees()
19 for (TGraphNodeVector::const_iterator iter = mAllNodes.begin(); iter != mAllNodes.end(); ++iter) in ~TDependencyGraph()