src/include/skeletons/graph.h
changeset 433 d9fac1497298
parent 321 048b965204b5
child 463 7f3ef3009dd3
equal deleted inserted replaced
3:a357af790a25 4:45db6469457c
   360     void erase(Node n) {}
   360     void erase(Node n) {}
   361     /// Deletes an edge.
   361     /// Deletes an edge.
   362     void erase(Edge e) {}
   362     void erase(Edge e) {}
   363 
   363 
   364     /// Defalult constructor.
   364     /// Defalult constructor.
   365     GraphSkeleton() {}
   365     EraseableGraphSkeleton() {}
   366     ///Copy consructor.
   366     ///Copy consructor.
   367     GraphSkeleton(const GraphSkeleton &G) {}
   367     EraseableGraphSkeleton(const GraphSkeleton &G) {}
   368   };
   368   };
   369 
   369 
   370   
   370   
   371   // @}
   371   // @}
   372 
   372