#include <sstream>
Go to the source code of this file.
Functions | |
std::string | writeStringData (std::string str) |
writeStringData More... | |
std::string | makeStringFromInt (std::string theString, int theInt) |
Definition in file OSStringUtil.h.
std::string writeStringData | ( | std::string | str | ) |
writeStringData
Prepare and output a string that may contain special characters (single or double quotes)
str | holds the string to be output. If the string does not contain double quotes, it is output surrounded by double quotes, if the string contains double quotes, it is output surrounded by single quotes, |
Definition at line 38 of file OSStringUtil.cpp.
std::string makeStringFromInt | ( | std::string | theString, |
int | theInt | ||
) |
Definition at line 55 of file OSStringUtil.cpp.