Changeset 2100:6fbe90faf02a in lemon-0.x
- Timestamp:
- 06/06/06 14:47:01 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2775
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/graph_io.dox
r1959 r2100 198 198 given commands. 199 199 200 The reader object assumes that each not read edvalue does not contain200 The reader object assumes that each not read value does not contain 201 201 whitespaces, therefore it has some extra possibilities to control how 202 202 it should skip the values when the string representation contains spaces. … … 272 272 should know how to read a Value from the given map. 273 273 By the default implementation the input operator reads a value from 274 the stream and the type of the read edvalue is the value type of the given map.274 the stream and the type of the read value is the value type of the given map. 275 275 When the reader should skip a value in the stream, because you do not 276 276 want to store it in a map, the reader skips a character sequence without -
lemon/graph_reader.h
r2084 r2100 49 49 /// maps are given in the file). 50 50 /// 51 /// The reader object assumes that not read edvalues do not contain51 /// The reader object assumes that not read values do not contain 52 52 /// whitespaces, therefore it has some extra possibilities to control how 53 53 /// it should skip the values when the string representation contains spaces. … … 389 389 /// order of the given commands. 390 390 /// 391 /// The reader object suppose that each not read edvalue does not contain391 /// The reader object suppose that each not read value does not contain 392 392 /// whitespaces, therefore it has some extra possibilities to control how 393 393 /// it should skip the values when the string representation contains spaces. -
lemon/lemon_reader.h
r2084 r2100 768 768 /// Constructor for NodeSetReader. It creates the NodeSetReader and 769 769 /// attach it into the given LemonReader. The nodeset reader will 770 /// add the read ednodes to the given Graph. The reader will read770 /// add the read nodes to the given Graph. The reader will read 771 771 /// the section when the \c section_name and the \c _name are the same. 772 772 NodeSetReader(LemonReader& _reader, … … 992 992 /// Constructor for EdgeSetReader. It creates the EdgeSetReader and 993 993 /// attach it into the given LemonReader. The edgeset reader will 994 /// add the read ededges to the given Graph. It will use the given994 /// add the read edges to the given Graph. It will use the given 995 995 /// node id reader to read the source and target nodes of the edges. 996 996 /// The reader will read the section only if the \c _name and the … … 1236 1236 /// Constructor for UEdgeSetReader. It creates the UEdgeSetReader 1237 1237 /// and attach it into the given LemonReader. The undirected edgeset 1238 /// reader will add the read edundirected edges to the given Graph. It1238 /// reader will add the read undirected edges to the given Graph. It 1239 1239 /// will use the given node id reader to read the source and target 1240 1240 /// nodes of the edges. The reader will read the section only if the
Note: See TracChangeset
for help on using the changeset viewer.