lemon/static_graph.h
changeset 892 02109e17027f
parent 826 c160bf9f18ef
child 956 141f9c0db4a3
equal deleted inserted replaced
6:83e58dad3c76 7:8c97bbea62db
   290   ///
   290   ///
   291   /// This type fully conforms to the \ref concepts::Digraph "Digraph concept".
   291   /// This type fully conforms to the \ref concepts::Digraph "Digraph concept".
   292   /// Most of its member functions and nested classes are documented
   292   /// Most of its member functions and nested classes are documented
   293   /// only in the concept class.
   293   /// only in the concept class.
   294   ///
   294   ///
       
   295   /// This class provides constant time counting for nodes and arcs.
       
   296   ///
   295   /// \sa concepts::Digraph
   297   /// \sa concepts::Digraph
   296   class StaticDigraph : public ExtendedStaticDigraphBase {
   298   class StaticDigraph : public ExtendedStaticDigraphBase {
   297   public:
   299   public:
   298 
   300 
   299     typedef ExtendedStaticDigraphBase Parent;
   301     typedef ExtendedStaticDigraphBase Parent;