src/include/smart_graph.h
changeset 483 ce29ae5b2e1b
parent 415 679e64913c5e
child 491 4804c967543d
equal deleted inserted replaced
6:90634d18deaf 7:0365c0b986e2
    26   ///It conforms to the graph interface documented under
    26   ///It conforms to the graph interface documented under
    27   ///the description of \ref GraphSkeleton.
    27   ///the description of \ref GraphSkeleton.
    28   ///\sa \ref GraphSkeleton.
    28   ///\sa \ref GraphSkeleton.
    29   ///
    29   ///
    30   ///\todo Some member functions could be \c static.
    30   ///\todo Some member functions could be \c static.
       
    31   ///\author Alpar Juttner
    31   class SmartGraph {
    32   class SmartGraph {
    32 
    33 
    33     struct NodeT 
    34     struct NodeT 
    34     {
    35     {
    35       int first_in,first_out;      
    36       int first_in,first_out;