doc/groups.dox
author klao
Tue, 27 Apr 2004 13:53:27 +0000
changeset 445 6fe0d7d70674
parent 424 f07ff78d4fad
child 492 d649b43e2dc0
permissions -rw-r--r--
Egy helyes (warning nelkuli) megvalositasa az operator<< -nek az stGraphWrapper
Node es Edge-enek. Csak a konverziok es templates fuggvenyek "alacsony
prioritasa" miatt hasznalhatatlan.

Magyarul az stGW::Node -ra jol mukodik, de a NodeIt-ra mar nem, pedig van hozza
konverzio. Csak akkor mar inkabb a ListGraph::Node-jara definialt nem
template-es fuggvenyt hasznalja.
     1 /// @defgroup datas Data Structures
     2 /// This group describes the several graph structures implemented in HugoLib.
     3 
     4 /// @defgroup graphs Graph Structures
     5 /// @ingroup datas
     6 /// This group describes the graph structures implemented in HugoLib.
     7 
     8 /// @defgroup auxdat Auxiliary Data Structures
     9 /// @ingroup datas
    10 /// This group describes the data structures implemented in HugoLib in
    11 /// order to make it easier to implement combinatorial algorithms.
    12 
    13 /// @defgroup gwrappers Wrapper Classes for Graphs
    14 /// @ingroup graphs
    15 /// This group contains several wrapper classes for graphs
    16 
    17 /// @defgroup galgs Graph Algorithms
    18 /// This group describes the several graph algorithms implemented in HugoLib.
    19 
    20 /// @defgroup misc Miscellaneous Tools
    21 /// Here you can find several useful tools for development,
    22 /// debugging and testing.
    23 
    24 /// @defgroup experimental Experimental Structures and Algorithms
    25 /// This group contains some Experimental structures and algorithms.
    26 /// The stuffs here are subject to change.
    27 
    28 
    29 /// \ingroup misc experimental
    30 namespace hugo { }