gccDppConsole Test C++ SDK  20170920
DPP C++ Console Demonstration
Namespaces | Typedefs | Functions
stringSplit.h File Reference
#include <string>
#include <vector>
Include dependency graph for stringSplit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  stringSplit

Typedefs

typedef string::size_type(string::* stringSplit::FindToken )(const string &strDelimiter, string::size_type sztOffset) const

Functions

vector< string > stringSplit::Split (const string &strIn, const string &strDelimiters, bool bRemoveEmpty=false, bool bMatchAll=false)