Changeset 1540:7d028a73d7f2 in lemon-0.x for lemon/graph_writer.h
- Timestamp:
- 07/05/05 16:36:10 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2034
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/graph_writer.h
r1534 r1540 38 38 /// Before you read this documentation it might be useful to read the general 39 39 /// description of \ref graph-io-page "Graph Input-Output". 40 /// 40 41 /// If you don't need very sophisticated 41 42 /// behaviour then you can use the versions of the public function … … 165 166 } 166 167 168 167 169 /// \brief Issue a new node map writing command for the writer. 168 170 /// … … 239 241 /// to access the encapsulated \e LemonWriter, this way 240 242 /// you can attach to this writer new instances of 241 /// \e LemonWriter::SectionWriter. 243 /// \e LemonWriter::SectionWriter. For more details see 244 /// the \ref rwbackground "Background of Reading and Writing". 242 245 operator LemonWriter&() { 243 246 return *writer; … … 569 572 /// This function issues a new <i> undirected edge map writing 570 573 /// command</i> to the writer. 571 574 template <typename Writer, typename Map> 572 575 UndirGraphWriter& writeUndirEdgeMap(std::string name, const Map& map, 573 576 const Writer& writer = Writer()) {
Note: See TracChangeset
for help on using the changeset viewer.