7 #ifndef __WVSTRINGCACHE_H
8 #define __WVSTRINGCACHE_H
10 #include "wvstringtable.h"
36 static size_t clean_threshold;
50 #endif // __WVSTRINGCACHE_H
A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...
A cache table of WvString objects.
void clean()
Remove any now-unused strings from the cache.
WvString is an implementation of a simple and efficient printable-string class.