COIN-OR::LEMON - Graph Library

Changeset 1540:7d028a73d7f2 in lemon-0.x for lemon/graph_writer.h


Ignore:
Timestamp:
07/05/05 16:36:10 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2034
Message:

Documented Balazs's stuff. Quite enough of that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_writer.h

    r1534 r1540  
    3838  /// Before you read this documentation it might be useful to read the general
    3939  /// description of  \ref graph-io-page "Graph Input-Output".
     40  ///
    4041  /// If you don't need very sophisticated
    4142  /// behaviour then you can use the versions of the public function
     
    165166    }
    166167
     168
    167169    /// \brief Issue a new node map writing command for the writer.
    168170    ///
     
    239241    /// to access the encapsulated \e LemonWriter, this way
    240242    /// 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".
    242245    operator LemonWriter&() {
    243246      return *writer;
     
    569572    /// This function issues a new <i> undirected edge map writing
    570573    /// command</i> to the writer.
    571     template <typename Writer, typename Map>
     574   template <typename Writer, typename Map>
    572575    UndirGraphWriter& writeUndirEdgeMap(std::string name, const Map& map,
    573576                                        const Writer& writer = Writer()) {
Note: See TracChangeset for help on using the changeset viewer.