#include <Splitter.h>
Public Methods | |
Splitter () | |
virtual | ~Splitter () |
virtual bool | SetLineBreakCharacter (char lbc) |
set line break character for Split sets the LineBreakCharacter used by the Split method | |
virtual bool | Split (std::vector< std::string > &dest, const std::string &src) |
split a string into a vector of lines splits a string consisting of several lines (seperated by the LineBreakCharacter) into an array containing the lines (excluding the LineBreakCharacter)
| |
Private Attributes | |
char | _LineBreak |
|
|
|
|
|
set line break character for Split sets the LineBreakCharacter used by the Split method
|
|
split a string into a vector of lines splits a string consisting of several lines (seperated by the LineBreakCharacter) into an array containing the lines (excluding the LineBreakCharacter)
|
|
|