1#include "wvstringtable.h"
2#include "wvhashtable.h"
13 WvString s(
"one"), s2(
"two"), s3(
"three");
21 printf(
"%s\n", t.join(
",").cstr());
25 printf(
"%s\n", t.join().cstr());
34 t.split(
"a : b : c : d ",
":");
36 printf(
"%s\n", t.join(
",").cstr());
44 printf(
"%s\n", t.join(
",").cstr());
WvString is an implementation of a simple and efficient printable-string class.