COIN-OR::LEMON - Graph Library

Changeset 2100:6fbe90faf02a in lemon-0.x


Ignore:
Timestamp:
06/06/06 14:47:01 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2775
Message:

Doc bug fix

readed => read

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/graph_io.dox

    r1959 r2100  
    198198given commands.
    199199
    200 The reader object assumes that each not readed value does not contain
     200The reader object assumes that each not read value does not contain
    201201whitespaces, therefore it has some extra possibilities to control how
    202202it should skip the values when the string representation contains spaces.
     
    272272should know how to read a Value from the given map.
    273273By the default implementation the input operator reads a value from
    274 the stream and the type of the readed value is the value type of the given map.
     274the stream and the type of the read value is the value type of the given map.
    275275When the reader should skip a value in the stream, because you do not
    276276want to store it in a map, the reader skips a character sequence without
  • lemon/graph_reader.h

    r2084 r2100  
    4949  /// maps are given in the file).
    5050  ///
    51   /// The reader object assumes that not readed values do not contain
     51  /// The reader object assumes that not read values do not contain
    5252  /// whitespaces, therefore it has some extra possibilities to control how
    5353  /// it should skip the values when the string representation contains spaces.
     
    389389  /// order of the given commands.
    390390  ///
    391   /// The reader object suppose that each not readed value does not contain
     391  /// The reader object suppose that each not read value does not contain
    392392  /// whitespaces, therefore it has some extra possibilities to control how
    393393  /// it should skip the values when the string representation contains spaces.
  • lemon/lemon_reader.h

    r2084 r2100  
    768768    /// Constructor for NodeSetReader. It creates the NodeSetReader and
    769769    /// attach it into the given LemonReader. The nodeset reader will
    770     /// add the readed nodes to the given Graph. The reader will read
     770    /// add the read nodes to the given Graph. The reader will read
    771771    /// the section when the \c section_name and the \c _name are the same.
    772772    NodeSetReader(LemonReader& _reader,
     
    992992    /// Constructor for EdgeSetReader. It creates the EdgeSetReader and
    993993    /// attach it into the given LemonReader. The edgeset reader will
    994     /// add the readed edges to the given Graph. It will use the given
     994    /// add the read edges to the given Graph. It will use the given
    995995    /// node id reader to read the source and target nodes of the edges.
    996996    /// The reader will read the section only if the \c _name and the
     
    12361236    /// Constructor for UEdgeSetReader. It creates the UEdgeSetReader
    12371237    /// and attach it into the given LemonReader. The undirected edgeset
    1238     /// reader will add the readed undirected edges to the given Graph. It
     1238    /// reader will add the read undirected edges to the given Graph. It
    12391239    /// will use the given node id reader to read the source and target
    12401240    /// nodes of the edges. The reader will read the section only if the
Note: See TracChangeset for help on using the changeset viewer.