00001 /* 00002 * Worldvisions Weaver Software: 00003 * Copyright (C) 1997-2002 Net Integration Technologies, Inc. 00004 * 00005 * WvStrings are used a lot more often than WvStringTables, so the Table need 00006 * not be defined most of the time. Include this file if you need it. 00007 * 00008 */ 00009 #ifndef __WVSTRINGTABLE_H 00010 #define __WVSTRINGTABLE_H 00011 00012 #include "wvstring.h" 00013 #include "wvhashtable.h" 00014 00015 DeclareWvTable2(WvString, 00016 WvString join(const char *joinchars = " \t"); 00017 void split(const WvString &s, const char *splitchars = " \t"); 00018 ); 00019 00020 #endif // __WVSTRINGTABLE_H