doc/namespaces.dox
author deba
Wed, 06 Sep 2006 10:01:15 +0000
changeset 2200 2f2ac1b1ca1e
parent 959 c80ef5912903
child 2260 4274224f8a7d
permissions -rw-r--r--
An easy avoiding of a bug

The functional interfaces are removed.
Better solution could be a reference counted core of the io interfaces

Now it is huge work so just write that:

GraphReader<ListGraph>(std::cin, graph).

Instead of:

graphReader(std::cin, graph).
     1 /// The namespace of LEMON
     2 
     3 /// The namespace of LEMON
     4 ///
     5 namespace lemon {
     6 
     7   /// The namespace of LEMON concepts and concept checking classes
     8 
     9   /// The namespace of LEMON concepts and concept checking classes
    10   ///
    11   namespace concept {}
    12 }