lemon/lgf_reader.h
changeset 210 81cfc04531e8
parent 209 765619b7cbb2
child 212 1ae84dea7d09
equal deleted inserted replaced
22:b85957f2ba40 23:352739603cdd
   442   /// file. In this case the first phase would read the node set and one
   442   /// file. In this case the first phase would read the node set and one
   443   /// of the arc sets, while the second phase would read the second arc
   443   /// of the arc sets, while the second phase would read the second arc
   444   /// set into an \e ArcSet class (\c SmartArcSet or \c ListArcSet).
   444   /// set into an \e ArcSet class (\c SmartArcSet or \c ListArcSet).
   445   /// The previously read label node map should be passed to the \c
   445   /// The previously read label node map should be passed to the \c
   446   /// useNodes() functions. Another application of multipass reading when
   446   /// useNodes() functions. Another application of multipass reading when
   447   /// paths are given as a node map or an arc map. It is impossible to read this in
   447   /// paths are given as a node map or an arc map.
       
   448   /// It is impossible to read this in
   448   /// a single pass, because the arcs are not constructed when the node
   449   /// a single pass, because the arcs are not constructed when the node
   449   /// maps are read.
   450   /// maps are read.
   450   template <typename _Digraph>
   451   template <typename _Digraph>
   451   class DigraphReader {
   452   class DigraphReader {
   452   public:
   453   public: