doc/namespaces.dox
author deba
Thu, 08 Sep 2005 14:34:50 +0000
changeset 1675 fa89ffb27a6d
parent 921 818510fa3d99
child 2157 f9171bfc7ebb
permissions -rw-r--r--
Redesign of the map adaptors.
/smart reference handling only used by functions/

Better handling of the function objects and functions.

\\\todo May we use operators instead of the addMap, subMap...?
     1 /// The namespace of LEMON
     2 
     3 /// \todo Some more detailed description would be nice here.
     4 ///
     5 namespace lemon {
     6 
     7   /// The namespace of LEMON concepts and concept checking classes
     8 
     9   /// \todo Some more detailed description would be nice here.
    10   ///
    11   namespace concept {}
    12 }