#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 join(), and strcoll_join(). |
|
Definition at line 17 of file wvstringtable.cc. References split(), strcoll_split(), and WvStringParm. |
|
Definition at line 23 of file wvstringtable.cc. References splitstrict(), and strcoll_splitstrict(). Referenced by splitstrict(). |