#include <DeprecatedStringList.h>

Public Member Functions | |
| DeprecatedString | join (const DeprecatedString &) const |
| DeprecatedString | pop_front () |
Static Public Member Functions | |
| static DeprecatedStringList | split (const DeprecatedString &, const DeprecatedString &, bool allowEmptyEntries=false) |
| static DeprecatedStringList | split (const DeprecatedChar &, const DeprecatedString &, bool allowEmptyEntries=false) |
| DeprecatedStringList WebCore::DeprecatedStringList::split | ( | const DeprecatedString & | separator, | |
| const DeprecatedString & | s, | |||
| bool | allowEmptyEntries = false | |||
| ) | [static] |
| DeprecatedStringList WebCore::DeprecatedStringList::split | ( | const DeprecatedChar & | separator, | |
| const DeprecatedString & | s, | |||
| bool | allowEmptyEntries = false | |||
| ) | [static] |
| DeprecatedString WebCore::DeprecatedStringList::join | ( | const DeprecatedString & | separator | ) | const |
| DeprecatedString WebCore::DeprecatedStringList::pop_front | ( | ) |