Changeset 2815 for trunk/src/core/RpDict.h
- Timestamp:
- Mar 6, 2012, 1:27:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/RpDict.h
r2463 r2815 200 200 201 201 // checks table size 202 /*virtual*/ constint size() const;202 /*virtual*/ int size() const; 203 203 204 204 // insert new object into table … … 345 345 346 346 template <typename KeyType, typename ValType, class _Compare> 347 constint347 int 348 348 RpDict<KeyType,ValType,_Compare>::size() const 349 349 {
Note: See TracChangeset
for help on using the changeset viewer.