The namespace for conversion to string and search of string. More...
Functions | |
| bool | ci_equal (char ch1, char ch2) |
| Case insensitive equal. More... | |
| size_t | ci_find (const std::string &str1, const std::string &str2) |
| Case insensitive find. More... | |
| string | convert (int i) |
| Converts an integer to a string. More... | |
| string | convert (unsigned int i) |
| Converts an unsigned integer to a string. More... | |
| string | convert (double value) |
| Converts a double to a string. More... | |
The namespace for conversion to string and search of 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 | ( | int | i | ) |
Converts an integer to a string.
Definition at line 33 of file string_convert.cxx.
References i.
Referenced by NTuple::addColumn(), PyDataSource::checkRank(), DataSource::checkWidth(), RootNTuple::createBinding(), NTupleXML::createChildren2D(), FunctionProjectorXML::createElement(), NTupleProjectorXML::createElement(), UnderflowTextRep::drawProjectedValues(), TotalTextRep::drawProjectedValues(), OverflowTextRep::drawProjectedValues(), FuncParmRep::drawProjectedValues(), AverageTextRep::drawProjectedValues(), AxisRepBase::drawXLabels(), AxisRepBase::drawXMag(), AxisRepBase::drawYLabels(), AxisRepBase::drawYMag(), AxisRepColor::drawZTickLabels(), FunctionController::ellipsoidNTuple(), FitsFile::fillColumnNamesFromImage(), FitsFile::fillShape(), NTupleProjectorXML::getBindings(), NTuple::getRow(), MinuitMigrad::initialize(), DataSource::isValidColumn(), LinearSumFunction::parmNames(), NTupleController::readAsciiNTuple(), DataSourceController::registerNTuple(), PyDataSource::replaceColumn(), FitsNTuple::replaceColumn(), NTuple::replaceColumn(), PyDataSource::saveColumnFromNumArray(), NTupleController::saveNTuples(), QtXmlElement::setAttribute(), FunctionProjectorXML::setAttributes(), NTuple::setLabels(), PlotterBase::setView(), DataSource::throwIfInvalidRowSize(), FitsController::version(), and FitsFile::writeHDU().
| std::string MDL_HIPPOPLOT_API convert | ( | unsigned int | i | ) |
Converts an unsigned integer to a string.
Definition at line 48 of file string_convert.cxx.
References i.
| std::string MDL_HIPPOPLOT_API convert | ( | double | v | ) |