equal
  deleted
  inserted
  replaced
  
    
    
   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   |