|
neic-glass3
1.4.6
|
#include <string>#include <vector>

Go to the source code of this file.
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... | |
stringutil.h is a set of functions that manage string functions not provided by the standard template library, including splitting strings and replacing characters within strings.
1.8.11