OpenMS
StringUtils.h File Reference
#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>
Include dependency graph for StringUtils.h:

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 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)