![]() |
OpenMS
3.0.0
|
#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <OpenMS/DATASTRUCTURES/StringUtilsSimple.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/DATASTRUCTURES/DataValue.h>
#include <OpenMS/CONCEPT/PrecisionWrapper.h>
#include <QtCore/QString>
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/karma.hpp>
#include <boost/type_traits.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | StringUtilsHelper |
struct | StringUtilsHelper::real_policies_NANfixed_< T > |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
OpenMS::StringUtils | |
Functions | |
static String | number (double d, UInt n) |
static QString | toQString (const String &this_s) |
static Int | toInt (const String &this_s) |
static float | toFloat (const String &this_s) |
static double | toDouble (const String &this_s) |
template<typename IteratorT > | |
static bool | extractDouble (IteratorT &begin, const IteratorT &end, double &target) |