#include <wvstringtable.h>
Inherits WvStringTableBase.
Collaboration diagram for WvStringTable:
Public Member Functions | |
WvStringTable (unsigned _numslots=0) | |
WvString | join (const char *joinchars="\t") const |
void | split (WvStringParm s, const char *splitchars="\t\r\n", int limit=0) |
void | splitstrict (WvStringParm s, const char *splitchars="\t\r\n", int limit=0) |
|
Definition at line 22 of file wvstringtable.h. |
|
Definition at line 11 of file wvstringtable.cc. References strcoll_join(). Referenced by main(). |
|
Definition at line 17 of file wvstringtable.cc. References strcoll_split(), and WvStringParm. Referenced by main(). |
|
Definition at line 23 of file wvstringtable.cc. References strcoll_splitstrict(), and WvStringParm. |