Changeset 937:d4e911acef3d in lemon-0.x for src/lemon/default_map.h
- Timestamp:
- 10/04/04 19:13:21 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1264
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/default_map.h
r921 r937 60 60 template <typename TT> \ 61 61 DefaultMap(const DefaultMap<MapRegistry, TT>& copy) \ 62 : { \ 63 Parent::MapBase::operator= \ 64 (static_cast<const typename Parent::MapBase&>(copy)); \ 62 : Parent(*copy.getGraph()) { \ 65 63 if (Parent::getGraph()) { \ 66 64 for (typename Parent::KeyIt it(*Parent::getGraph()); it!=INVALID; ++it) {\ 67 Parent::add(it); \68 65 Parent::operator[](it) = copy[it]; \ 69 66 } \
Note: See TracChangeset
for help on using the changeset viewer.