9#ifndef __WVSTRINGTABLE_H
10#define __WVSTRINGTABLE_H
13#include "wvscatterhash.h"
15DeclareWvScatterTable2(WvStringTableBase,
WvString);
22 WvStringTable(
unsigned _numslots = 0) : WvStringTableBase(_numslots) {};
23 WvString join(
const char *joinchars =
" \t")
const;
24 void split(
WvStringParm s,
const char *splitchars =
" \t\r\n",
26 void splitstrict(
WvStringParm s,
const char *splitchars =
" \t\r\n",
A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...
WvString is an implementation of a simple and efficient printable-string class.