COIN-OR::LEMON - Graph Library

Changeset 1527:7ceab500e1f6 in lemon-0.x for doc


Ignore:
Timestamp:
07/01/05 12:33:27 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2014
Message:

Doc review+corrections in my own documentation according to the reviewers comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/graph_io.dox

    r1526 r1527  
    207207\endcode
    208208
    209 \section types The background of Reading and Writing
    210 The \c GraphReader should know how to read a Value from the given map.
     209\section types Background of Reading and Writing
     210To read a map (on the nodes or edges)
     211the \c GraphReader should know how to read a Value from the given map.
    211212By the default implementation the input operator reads a value from
    212213the stream and the type of the readed value is the value type of the given map.
    213214When the reader should skip a value in the stream, because you do not
    214 want to store it in map, the reader skips a character sequence without
     215want to store it in a map, the reader skips a character sequence without
    215216whitespace.
    216217
     
    230231\endcode
    231232
    232 By example, the \c "strings" nodemap contains strings and you do not need
     233For example, the \c "strings" nodemap contains strings and you do not need
    233234the value of the string just the length. Then you can implement own Reader
    234235struct.
     
    254255DefaultReader for skipping a value.
    255256
    256 The specialization of the writing should be very similar to the reading.
     257The specialization of  writing should be very similar to that of reading.
    257258
    258259\author Balazs Dezso
Note: See TracChangeset for help on using the changeset viewer.