|
neic-glass3
1.4.6
|
#include <stringutil.h>#include <logger.h>#include <string>#include <sstream>#include <regex>#include <locale>#include <codecvt>#include <vector>
Namespaces | |
| glass3 | |
| The neic-glass3 project namespace containing all the classes and functions that make up neic-glass3. | |
| glass3::util | |
| The neic-glass3 project namespace containing utility classes and functions. | |
Functions | |
| std::vector< std::string > | glass3::util::split (const std::string &sInput, char cDelimiter) |
| split a string into substrings More... | |
| std::string & | glass3::util::removeChars (std::string &sInput, const std::string &sRemoveChars) |
| remove all instances of characters from a string More... | |
| std::string | glass3::util::to_string_with_precision (const double doubleVal, const int precisionVal=2) |
| convert provided double to a string with desired precision More... | |
1.8.11