#include <wvstringlist.h>
Inherits WvStringListBase.
Collaboration diagram for WvStringList:
Public Member Functions | |
WvStringList () | |
WvString | join (const char *joinchars=" ") 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) |
void | fill (const char *const *array) |
WvString | popstr () |
|
Definition at line 22 of file wvstringlist.h. |
|
Definition at line 32 of file wvstringlist.cc. References fill(). |
|
Definition at line 14 of file wvstringlist.cc. References join(), and strcoll_join(). |
|
Definition at line 44 of file wvstringlist.cc. Referenced by main(). |
|
Definition at line 20 of file wvstringlist.cc. References split(), strcoll_split(), and WvStringParm. Referenced by encode_hostname_as_DN(), WvFtpStream::execute(), WvIPRouteList::get_kernel(), main(), WvLogRcv::set_custom_levels(), set_name_entry(), and split(). |
|
Definition at line 26 of file wvstringlist.cc. References splitstrict(), and strcoll_splitstrict(). Referenced by splitstrict(). |