src/include/skeletons/graph.h
changeset 300 60b578e3d507
parent 254 483ba4ffe90a
child 320 190ecba15b33
equal deleted inserted replaced
0:7c353467682d 1:644f753b9de4
     1 // -*- c++ -*-
     1 // -*- c++ -*-
     2 #ifndef HUGO_EMPTYGRAPH_H
     2 #ifndef HUGO_GRAPH_H
     3 #define HUGO_EMPTYGRAPH_H
     3 #define HUGO_GRAPH_H
     4 
     4 
     5 ///\file
     5 ///\file
     6 ///\brief Declaration of GraphSkeleton.
     6 ///\brief Declaration of GraphSkeleton.
     7 
     7 
     8 #include <invalid.h>
     8 #include <invalid.h>
   388 //   enum NodeClass { A = 0, B = 1 };
   388 //   enum NodeClass { A = 0, B = 1 };
   389 //   NodeClass getClass(Node n) {}
   389 //   NodeClass getClass(Node n) {}
   390 
   390 
   391 // }
   391 // }
   392 
   392 
   393 #endif // HUGO_EMPTYGRAPH_H
   393 #endif // HUGO_GRAPH_H