The namespace for conversion to string and search of string. More...
Functions | |
bool | ci_equal (char ch1, char ch2) |
Case insensitive equal. | |
size_t | ci_find (const std::string &str1, const std::string &str2) |
Case insensitive find. | |
string | convert (unsigned int i) |
Converts an unsigned integer to a string. | |
string | convert (double value) |
Converts a double to a string. | |
string | convert (int i) |
Converts an integer to a string. |
The namespace for conversion to string and search of string.
bool MDL_HIPPOPLOT_API ci_equal | ( | char | ch1, | |
char | ch2 | |||
) |
Case insensitive equal.
size_t MDL_HIPPOPLOT_API ci_find | ( | const string & | str1, | |
const string & | str2 | |||
) |
Case insensitive find.
Referenced by Inspector::axisLabelText(), PlotterBaseXML::createPlotter(), BoxTextRep::drawProjectedValues(), AxisRepBase::drawTitle(), AxisRepBase::drawXLabels(), AxisRepBase::drawYLabels(), AxisRepColor::drawZLabels(), Inspector::summaryNew(), and Inspector::titleText_returnPressed().
std::string MDL_HIPPOPLOT_API convert | ( | unsigned int | i | ) |
Converts an unsigned integer to a string.
std::string MDL_HIPPOPLOT_API convert | ( | double | v | ) |
Converts a double to a string.
std::string MDL_HIPPOPLOT_API convert | ( | int | i | ) |
Converts an integer to a string.