equal
deleted
inserted
replaced
1 // -*- c++ -*- |
1 // -*- c++ -*- |
2 #ifndef EMPTYGRAPH_H |
2 #ifndef HUGO_EMPTYGRAPH_H |
3 #define EMPTYGRAPH_H |
3 #define HUGO_EMPTYGRAPH_H |
4 |
4 |
5 #include <invalid.h> |
5 #include <invalid.h> |
6 |
6 |
7 /// The namespace of HugoLib |
7 /// The namespace of HugoLib |
8 namespace hugo { |
8 namespace hugo { |
304 // enum NodeClass { A = 0, B = 1 }; |
304 // enum NodeClass { A = 0, B = 1 }; |
305 // NodeClass getClass(Node n) {} |
305 // NodeClass getClass(Node n) {} |
306 |
306 |
307 // } |
307 // } |
308 |
308 |
309 #endif // EMPTYGRAPH_H |
309 #endif // HUGO_EMPTYGRAPH_H |