equal
deleted
inserted
replaced
83 typedef typename MapImpl::KeyType KeyType; |
83 typedef typename MapImpl::KeyType KeyType; |
84 |
84 |
85 public: |
85 public: |
86 |
86 |
87 |
87 |
88 /** Default constructor for the map. |
|
89 */ |
|
90 SymMap() : MapImpl() {} |
|
91 |
|
92 /** Graph and Registry initialized map constructor. |
88 /** Graph and Registry initialized map constructor. |
93 */ |
89 */ |
94 SymMap(const Graph& g, MapRegistry& r) : MapImpl(g, r) {} |
90 SymMap(const Graph& g, MapRegistry& r) : MapImpl(g, r) {} |
95 |
91 |
96 /** Constructor to use default value to initialize the map. |
92 /** Constructor to use default value to initialize the map. |