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