Changeset 13830 in webkit for trunk/JavaScriptCore/kxmlcore/HashCountedSet.h
- Timestamp:
- Apr 11, 2006, 9:07:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kxmlcore/HashCountedSet.h
r13821 r13830 29 29 namespace KXMLCore { 30 30 31 template<typename Value, typename HashFunctions, typename Traits> class HashCountedSet { 31 template<typename Value, typename HashFunctions = typename DefaultHash<Value>::Hash, 32 typename Traits = HashTraits<Value> > class HashCountedSet { 32 33 private: 33 34 typedef HashMap<Value, unsigned, HashFunctions, Traits> ImplType;
Note:
See TracChangeset
for help on using the changeset viewer.