#include <wcsUtil.h>
Definition at line 132 of file wcsUtil.h.
| StringList::StringList |
( |
const string & |
sstrings, |
|
|
const char |
delimiter |
|
) |
| |
| StringList::StringList |
( |
const string & |
sstrings, |
|
|
const string & |
delimiters |
|
) |
| |
| StringList::StringList |
( |
| ) |
|
|
inline |
| void StringList::add |
( |
string |
newstr | ) |
|
|
inline |
| void StringList::append |
( |
const string |
sstrings, |
|
|
const char |
delimiter |
|
) |
| |
| void StringList::append |
( |
const string |
sstrings, |
|
|
const string & |
delimiters |
|
) |
| |
| void StringList::clear |
( |
| ) |
|
|
inline |
| int StringList::indexof |
( |
string |
qstr | ) |
|
| string& StringList::operator[] |
( |
int |
index | ) |
|
|
inline |
| string StringList::toString |
( |
| ) |
|
|
inline |
| string StringList::toString |
( |
const char |
delimiter | ) |
|
|
inline |
| string StringList::toString |
( |
const string & |
delimiters | ) |
|
|
inline |
The documentation for this class was generated from the following file: