lemon/smart_graph.h
changeset 840 7c0ad6bd6a63
parent 827 580af8cf2f6a
child 956 141f9c0db4a3
equal deleted inserted replaced
25:ed80127639f5 26:a225dd1c693b
   192   ///This type fully conforms to the \ref concepts::Digraph "Digraph concept"
   192   ///This type fully conforms to the \ref concepts::Digraph "Digraph concept"
   193   ///and it also provides some additional functionalities.
   193   ///and it also provides some additional functionalities.
   194   ///Most of its member functions and nested classes are documented
   194   ///Most of its member functions and nested classes are documented
   195   ///only in the concept class.
   195   ///only in the concept class.
   196   ///
   196   ///
       
   197   ///This class provides constant time counting for nodes and arcs.
       
   198   ///
   197   ///\sa concepts::Digraph
   199   ///\sa concepts::Digraph
   198   ///\sa SmartGraph
   200   ///\sa SmartGraph
   199   class SmartDigraph : public ExtendedSmartDigraphBase {
   201   class SmartDigraph : public ExtendedSmartDigraphBase {
   200     typedef ExtendedSmartDigraphBase Parent;
   202     typedef ExtendedSmartDigraphBase Parent;
   201 
   203 
   618   /// This type fully conforms to the \ref concepts::Graph "Graph concept"
   620   /// This type fully conforms to the \ref concepts::Graph "Graph concept"
   619   /// and it also provides some additional functionalities.
   621   /// and it also provides some additional functionalities.
   620   /// Most of its member functions and nested classes are documented
   622   /// Most of its member functions and nested classes are documented
   621   /// only in the concept class.
   623   /// only in the concept class.
   622   ///
   624   ///
       
   625   /// This class provides constant time counting for nodes, edges and arcs.
       
   626   ///
   623   /// \sa concepts::Graph
   627   /// \sa concepts::Graph
   624   /// \sa SmartDigraph
   628   /// \sa SmartDigraph
   625   class SmartGraph : public ExtendedSmartGraphBase {
   629   class SmartGraph : public ExtendedSmartGraphBase {
   626     typedef ExtendedSmartGraphBase Parent;
   630     typedef ExtendedSmartGraphBase Parent;
   627 
   631