equal
deleted
inserted
replaced
200 ///It conforms to the \ref concepts::Digraph "Digraph concept" with |
200 ///It conforms to the \ref concepts::Digraph "Digraph concept" with |
201 ///an important extra feature that its maps are real \ref |
201 ///an important extra feature that its maps are real \ref |
202 ///concepts::ReferenceMap "reference map"s. |
202 ///concepts::ReferenceMap "reference map"s. |
203 /// |
203 /// |
204 ///\sa concepts::Digraph. |
204 ///\sa concepts::Digraph. |
205 /// |
|
206 ///\author Alpar Juttner |
|
207 class SmartDigraph : public ExtendedSmartDigraphBase { |
205 class SmartDigraph : public ExtendedSmartDigraphBase { |
208 public: |
206 public: |
209 |
207 |
210 typedef ExtendedSmartDigraphBase Parent; |
208 typedef ExtendedSmartDigraphBase Parent; |
211 |
209 |