neic-glass3  1.4.6
Namespaces | Functions
stringutil.h File Reference

stringutil.h More...

#include <string>
#include <vector>
Include dependency graph for stringutil.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

stringutil.h

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.