This graph shows which files directly or indirectly include this file:
Functions | |
void | commaSeparatedListToStdList (const CStdString &csl, std::list< CStdString > &stdList) |
CStdString | stdListToCommaSeparatedList (const std::list< CStdString > &stdList) |
|
Converts comma separated list of strings to STL list of strings. Whitespace-only items are ignored, other items are trimmed.
|
|
Converts STL list of strings to comma separated list. Whitespace-only items are ignored, other items are trimmed.
|