gccDppConsole Test C++ SDK
20170920
DPP C++ Console Demonstration
|
Typedefs | |
typedef string::size_type(string::* | FindToken )(const string &strDelimiter, string::size_type sztOffset) const |
Functions | |
vector< string > | Split (const string &strIn, const string &strDelimiters, bool bRemoveEmpty=false, bool bMatchAll=false) |
typedef string::size_type(string::* stringSplit::FindToken)(const string &strDelimiter, string::size_type sztOffset) const |
Definition at line 7 of file stringSplit.h.
vector<string> stringSplit::Split | ( | const string & | strIn, |
const string & | strDelimiters, | ||
bool | bRemoveEmpty = false , |
||
bool | bMatchAll = false |
||
) |