equal
  deleted
  inserted
  replaced
  
    
    
     1 // -*- c++ -*-  | 
     1 // -*- c++ -*-  | 
     2 #ifndef HUGO_NET_GRAPH_H  | 
     2 #ifndef LEMON_NET_GRAPH_H  | 
     3 #define HUGO_NET_GRAPH_H  | 
     3 #define LEMON_NET_GRAPH_H  | 
     4   | 
     4   | 
     5 ///\file  | 
     5 ///\file  | 
     6 ///\brief Declaration of HierarchyGraph.  | 
     6 ///\brief Declaration of HierarchyGraph.  | 
     7   | 
     7   | 
     8 #include <hugo/invalid.h>  | 
     8 #include <lemon/invalid.h>  | 
     9 #include <hugo/maps.h>  | 
     9 #include <lemon/maps.h>  | 
    10   | 
    10   | 
    11 /// The namespace of HugoLib  | 
    11 /// The namespace of LEMON  | 
    12 namespace hugo  | 
    12 namespace lemon  | 
    13 { | 
    13 { | 
    14   | 
    14   | 
    15   // @defgroup empty_graph The HierarchyGraph class  | 
    15   // @defgroup empty_graph The HierarchyGraph class  | 
    16   // @{ | 
    16   // @{ | 
    17   | 
    17   | 
   573   };  | 
   573   };  | 
   574   | 
   574   | 
   575   | 
   575   | 
   576   // @}  | 
   576   // @}  | 
   577   | 
   577   | 
   578 }				//namespace hugo  | 
   578 }				//namespace lemon  | 
   579   | 
   579   | 
   580   | 
   580   | 
   581 #endif // HUGO_SKELETON_GRAPH_H  | 
   581 #endif // LEMON_SKELETON_GRAPH_H  |