|
| template<typename Structure > |
| void | doSplit (const ConstString &string, const ConstString &separatorString, Structure &result) |
| |
| bool | parseVersionString (const ConstString &string, int32 &major, int32 &sub, int32 &release) |
| | ! parse a version string in the form of 'Version 3.7.8' More...
|
| |
| int32 | split (const ConstString &string, const ConstString &separatorString, TContainer< String > &result) |
| | ! split a string into multiple substrings separated by a separator string More...
|
| |
| template<typename Structure > |
| int32 | tsplit (const ConstString &string, const ConstString &separatorString, Structure &result) |
| | ! split a string into multiple substrings separated by a separator string (template version) More...
|
| |