[Lemon-commits] [lemon_svn] marci: r23 - hugo/trunk/src/work

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:36:53 CET 2006


Author: marci
Date: Fri Jan  9 15:57:01 2004
New Revision: 23

Modified:
   hugo/trunk/src/work/marci_graph_concept.txt

Log:
property vectorokhoz korabban is letezo
fill constructorok dokumentaciojat beraktam a doksiba


Modified: hugo/trunk/src/work/marci_graph_concept.txt
==============================================================================
--- hugo/trunk/src/work/marci_graph_concept.txt	(original)
+++ hugo/trunk/src/work/marci_graph_concept.txt	Fri Jan  9 15:57:01 2004
@@ -190,6 +190,8 @@
 metodusok:
 
 node_property_vector(graph_type&)
+node_property_vector(graph_type&, T a)
+fill constructor, a-val kitolt
 void put(graph_traits<graph_type>::node_iterator, const T&)
 T get(graph_traits<graph_type>::node_iterator)
 
@@ -199,6 +201,8 @@
 class edge_property_vector
 
 edge_property_vector(graph_type&)
+edge_property_vector(graph_type&, T a)
+fill constructor, a-val kitolt
 void put(graph_traits<graph_type>::edge_iterator, const T&)
 get(graph_traits<graph_type>::edge_iterator)
 
@@ -212,4 +216,7 @@
 at a propertyket az algoritmusoknak, algoritmus-objektumoknak. 
 Errol majd kesobb.
 
-marci at cs.elte.hu
\ No newline at end of file
+marci at cs.elte.hu
+
+
+



More information about the Lemon-commits mailing list