#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.
|
static String | number (double d, UInt n) |
|
static QString | toQString (const String &this_s) |
|
static Int32 | toInt32 (const String &this_s) |
|
static Int64 | toInt64 (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) |
|