doc/dirs.dox
author alpar
Mon, 12 Sep 2005 05:31:55 +0000
changeset 1677 a9f923a4d998
parent 1154 f07c1c442e6c
child 1715 e71778873dd0
permissions -rw-r--r--
iterable_maps.h header hes been added. Up to now it contains an iterable bool
map and specialized versions for Node and Edge maps.
alpar@1154
     1
/**
alpar@1154
     2
\dir lemon
alpar@1154
     3
\brief Base include directory of LEMON
alpar@1154
     4
alpar@1154
     5
This is the base directory of lemon includes, so each include file must be
alpar@1154
     6
prefixed with this, e.g.
alpar@1154
     7
\code
alpar@1154
     8
#include<lemon/list_graph.h>
alpar@1154
     9
#include<lemon/dijkstra.h>
alpar@1154
    10
\endcode
alpar@1154
    11
*/
alpar@1154
    12
alpar@1154
    13
/**
alpar@1154
    14
\dir concept
alpar@1154
    15
\brief Concept descriptors and checking classes
alpar@1154
    16
alpar@1154
    17
This directory contains the concept descriptors and concept checkers. As a user
alpar@1154
    18
you typically don't have to deal with these files.
alpar@1154
    19
*/
deba@1416
    20
deba@1416
    21
/**
deba@1416
    22
\dir bits
deba@1416
    23
\brief Implementation helper files
deba@1416
    24
deba@1416
    25
This directory contains some helper classes to implement graphs, maps and
deba@1416
    26
some other classes. As a user you typically don't have to deal with these 
deba@1416
    27
files.
deba@1416
    28
*/