antioch-0.4.0
|
Go to the source code of this file.
Namespaces | |
Antioch | |
The parameters are reduced parameters. | |
Functions | |
void | Antioch::split_string (const std::string &input, const std::string &delimiter, std::vector< std::string > &results) |
All characters in delimiter will be treated as a delimiter. More... | |
void | Antioch::remove_newline_from_strings (std::vector< std::string > &strings) |
Strips newline characters from strings in the input vector, strings. More... | |