equal
deleted
inserted
replaced
1 #ifndef MARCI_LIST_GRAPH_HH |
1 #ifndef MARCI_LIST_GRAPH_HH |
2 #define MARCI_LIST_GRAPH_HH |
2 #define MARCI_LIST_GRAPH_HH |
3 |
3 |
4 #include <iostream> |
4 #include <iostream> |
5 |
5 |
6 namespace marci { |
6 namespace hugo { |
7 |
7 |
8 class list_graph { |
8 class list_graph { |
9 class node_item; |
9 class node_item; |
10 class edge_item; |
10 class edge_item; |
11 public: |
11 public: |
336 |
336 |
337 }; |
337 }; |
338 |
338 |
339 |
339 |
340 |
340 |
341 } //namespace marci |
341 } //namespace hugo |
342 |
342 |
343 #endif //MARCI_LIST_GRAPH_HH |
343 #endif //MARCI_LIST_GRAPH_HH |