aboutsummaryrefslogtreecommitdiff
path: root/src/staticstring.cpp (follow)
AgeCommit message (Collapse)Author
2006-07-26Added the not-yet-working hash class. More thought must be done. This doesn'tMike Buland
actually change any existing code really just adds a new class that you can't use because it's commented out. I'll probably move it to a branch.
2006-07-14Changed some stuff, not sure what all, minor stuff.Mike Buland
2006-05-13Changed some things in the serializer...it's coolMike Buland
2006-05-12Added the StaticString class, which is a slightly modified version of the oldMike Buland
sstring class, who's name is nonsense and now contains code specific to squirrelmud. Anyway, StaticString is more lightweight than the std::string class, but much less versitile. It really is just like a static string, but all nice and classey. Great for use with the HashTable.