equal
deleted
inserted
replaced
12 * express or implied, and with no claim as to its suitability for any |
12 * express or implied, and with no claim as to its suitability for any |
13 * purpose. |
13 * purpose. |
14 * |
14 * |
15 */ |
15 */ |
16 |
16 |
17 ///\ingroup gio |
17 ///\ingroup io_group |
18 ///\file |
18 ///\file |
19 ///\brief Graph writer. |
19 ///\brief Lemon Graph Format writer. |
20 |
20 |
21 #ifndef LEMON_GRAPH_WRITER_H |
21 #ifndef LEMON_GRAPH_WRITER_H |
22 #define LEMON_GRAPH_WRITER_H |
22 #define LEMON_GRAPH_WRITER_H |
23 |
23 |
24 #include <iostream> |
24 #include <iostream> |
144 }; |
144 }; |
145 |
145 |
146 |
146 |
147 /// \brief The graph writer class. |
147 /// \brief The graph writer class. |
148 /// |
148 /// |
|
149 ///\ingroup io_group |
149 /// The writer class for the graph output. |
150 /// The writer class for the graph output. |
|
151 /// \see DefaultWriterTraits |
|
152 /// \see QuotedStringWriter |
150 /// \see \ref GraphReader |
153 /// \see \ref GraphReader |
151 /// \see \ref graph-io-page |
154 /// \see \ref graph-io-page |
152 template <typename _Graph, typename _WriterTraits = DefaultWriterTraits> |
155 template <typename _Graph, typename _WriterTraits = DefaultWriterTraits> |
153 class GraphWriter { |
156 class GraphWriter { |
154 public: |
157 public: |