lemon/smart_graph.h
changeset 2315 bd09e00b64bb
parent 2260 4274224f8a7d
child 2338 359f0b71919b
equal deleted inserted replaced
34:2a9bcf8809a8 35:ff63062bc8d6
   386   ///important extra feature that
   386   ///important extra feature that
   387   ///its maps are real \ref concepts::ReferenceMap "reference map"s.
   387   ///its maps are real \ref concepts::ReferenceMap "reference map"s.
   388   ///
   388   ///
   389   /// \sa concepts::UGraph.
   389   /// \sa concepts::UGraph.
   390   ///
   390   ///
   391   /// \todo Snapshot hasn't been implemented yet.
       
   392   ///
       
   393   class SmartUGraph : public ExtendedSmartUGraphBase {
   391   class SmartUGraph : public ExtendedSmartUGraphBase {
   394   private:
   392   private:
   395 
   393 
   396     ///SmartUGraph is \e not copy constructible. Use UGraphCopy() instead.
   394     ///SmartUGraph is \e not copy constructible. Use UGraphCopy() instead.
   397 
   395