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