#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/DATASTRUCTURES/DataValue.h>
#include <QtCore/QString>
#include <boost/spirit/include/qi.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | StringUtils |
struct | StringUtils::real_policies_NANfixed_< T > |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
OpenMS::StringConversions | |
Functions | |
template<typename T > | |
String | floatToString (T f) |
toString functions (for floating point types) More... | |
template<typename T > | |
String | toString (T i) |
toString functions (single argument) More... | |
template<> | |
String | toString< const char > (const char c) |
template<> | |
String | toString (const std::string &s) |
template<> | |
String | toString (const char *s) |
template<> | |
String | toString (float f) |
template<> | |
String | toString (double f) |
template<> | |
String | toString (long double f) |
template<> | |
String | toString (const DataValue &d) |
String | toString () |
Other toString functions (different number of arguments) More... | |
String | toString (const char *s, size_t length) |
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:05 using doxygen 1.8.13 |