Age | Commit message (Collapse) | Author |
|
work as expected. When I try to switch _aliasmap in eval.h to it, I get
crash in String constructor on dereferencing.
svn-id: r22838
|
|
declared const (allowing it to be used on const hashmaps, too)
svn-id: r22156
|
|
svn-id: r21919
|
|
svn-id: r21802
|
|
svn-id: r21604
|
|
svn-id: r21520
|
|
commit)
svn-id: r21518
|
|
functionality via functors that are specified as template paramaters (emulating the hash_map class which many STL implementations provide) -> this is necessary to allow e.g. HashMaps that use case insensitive strings as keys
svn-id: r21517
|
|
paying attention to those commit messages *cough* ;-)
svn-id: r21482
|
|
currently needs more testing and may be buggy)
svn-id: r21476
|
|
should be able to easily switch between the two, e.g. in the ConfigManager class)
svn-id: r21475
|
|
nicer regarding memory consumption
svn-id: r21474
|
|
that many STL implementations have a class hash_map next to class map, too)
- Changed some static File class member vars to be normal static variables, in
yet another attempt to reduce header dependencies (in this case on hashmap.h)
svn-id: r21473
|