equal
deleted
inserted
replaced
26 public: |
26 public: |
27 typedef G Graph; |
27 typedef G Graph; |
28 typedef K KeyType; |
28 typedef K KeyType; |
29 typedef KIt KeyIt; |
29 typedef KIt KeyIt; |
30 |
30 |
31 |
|
32 |
|
33 /** |
31 /** |
34 * MapBase is the base class of the registered maps. |
32 * MapBase is the base class of the registered maps. |
35 * It defines the core modification operations on the maps and |
33 * It defines the core modification operations on the maps and |
36 * implements some helper functions. |
34 * implements some helper functions. |
37 */ |
35 */ |