src/work/marci_list_graph.hh
changeset 221 d8a67c5b26d1
parent 19 3151a1026db9
equal deleted inserted replaced
3:e4cb1854c9bc 4:bde6bc606e8a
     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