src/lemon/graph_reader.h
changeset 1155 fe0fcdb5687b
parent 1137 83a48cfd8553
child 1164 80bb73097736
equal deleted inserted replaced
0:31720443db40 1:72e45ad18028
   208   };
   208   };
   209 
   209 
   210   /// \brief The graph reader class.
   210   /// \brief The graph reader class.
   211   ///
   211   ///
   212   /// The reader class for the graph input.
   212   /// The reader class for the graph input.
   213   /// \see graph-io-page
   213   /// \see \ref GraphWriter
       
   214   /// \see \ref graph-io-page
   214   template <typename _Graph, typename _ReaderTraits = DefaultReaderTraits> 
   215   template <typename _Graph, typename _ReaderTraits = DefaultReaderTraits> 
   215   class GraphReader {
   216   class GraphReader {
   216   public:
   217   public:
   217     
   218     
   218     typedef _Graph Graph;
   219     typedef _Graph Graph;