#include "OSStringUtil.h"
#include "OSParameters.h"
#include "OSBase64.h"
#include "OSMathUtil.h"
#include <sstream>
Include dependency graph for OSStringUtil.cpp:
Go to the source code of this file.
Functions | |
std::string | writeStringData (std::string str) |
writeStringData | |
std::string | makeStringFromInt (std::string theString, int theInt) |
Definition in file OSStringUtil.cpp.
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 41 of file OSStringUtil.cpp.
Referenced by OSiLWriter::writeOSiL(), OSoLWriter::writeOSoL(), and OSrLWriter::writeOSrL().
std::string makeStringFromInt | ( | std::string | theString, | |
int | theInt | |||
) |
Definition at line 58 of file OSStringUtil.cpp.
Referenced by OSBearcatSolverXij::createVariableNames(), OSBearcatSolverXij::getInitialRestrictedMaster(), and OSBearcatSolverXij::getSeparationInstance().