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 (double value) |
Converts a double to a string. | |
string | convert (unsigned int i) |
Converts an unsigned integer to a string. | |
string | convert (int i) |
Converts an integer to a string. |
bool MDL_HIPPOPLOT_API ci_equal | ( | char | ch1, | |
char | ch2 | |||
) |
size_t MDL_HIPPOPLOT_API ci_find | ( | const string & | str1, | |
const string & | str2 | |||
) |
Case insensitive find.
Definition at line 83 of file string_convert.cxx.
References ci_equal().
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 | ( | double | v | ) |
std::string MDL_HIPPOPLOT_API convert | ( | unsigned int | i | ) |
std::string MDL_HIPPOPLOT_API convert | ( | int | i | ) |