[Lemon-commits] [lemon_svn] marci: r612 - hugo/trunk/src/work/marci/leda
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:40:34 CET 2006
Author: marci
Date: Wed Apr 28 18:25:34 2004
New Revision: 612
Modified:
hugo/trunk/src/work/marci/leda/leda_graph_wrapper.h
Log:
bug ellen
Modified: hugo/trunk/src/work/marci/leda/leda_graph_wrapper.h
==============================================================================
--- hugo/trunk/src/work/marci/leda/leda_graph_wrapper.h (original)
+++ hugo/trunk/src/work/marci/leda/leda_graph_wrapper.h Wed Apr 28 18:25:34 2004
@@ -53,9 +53,16 @@
template <typename T> class NodeMap;
template <typename T> class EdgeMap;
+ class Node;
+ class NodeIt;
+ class Edge;
+ class EdgeIt;
+ class OutEdgeIt;
+ class InEdgeIt;
+
/// The base type of the node iterators.
class Node {
- friend class LedaGraphWrapper;
+ friend class LedaGraphWrapper<Graph>;
//friend class Edge;
friend class EdgeIt;
friend class InEdgeIt;
More information about the Lemon-commits
mailing list