Typedefs | |
typedef list< string > | STRING_LIST |
typedef STRING_LIST::iterator | STRING_LIST_ITERATOR |
Functions | |
string | trim (string str) |
trim string | |
Utils::STRING_LIST | split (string str, string delimiter) |
Variables | |
const string | DIRECTORY_DELIMITER = "/" |
typedef list<string> Utils::STRING_LIST |
split a string into substrings. The single strings trimmed from whitespace only strings that have a resulting length > 0 after the trim are in the list
typedef STRING_LIST::iterator Utils::STRING_LIST_ITERATOR |
STRING_LIST Utils::split | ( | string | str, | |
string | delimiter | |||
) |
string Utils::trim | ( | string | str | ) |
trim string
const string Utils::DIRECTORY_DELIMITER = "/" |