Changeset 348 for cpp/frams/util/hashtable.cpp
- Timestamp:
- 04/09/15 23:51:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/hashtable.cpp
r286 r348 161 161 printf(" %d:",n); 162 162 for (;e;e=e->next) 163 printf(" (%x)%s=%p",e->hash, (const char*)e->key,e->value);163 printf(" (%x)%s=%p",e->hash,e->key.c_str(),e->value); 164 164 printf("\n"); 165 165 }
Note: See TracChangeset
for help on using the changeset viewer.