#include <OpenMS/DATASTRUCTURES/StringUtils.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/OpenMSConfig.h>
#include <OpenMS/config.h>
#include <cmath>
#include <iterator>
#include <vector>
#include <algorithm>
Go to the source code of this file.
|
| typedef std::vector< Int > | IntList |
| | Vector of signed integers.
|
| |
| typedef std::vector< double > | DoubleList |
| | Vector of double precision real types.
|
| |
| typedef std::vector< std::string > | StringList |
| | Vector of String.
|
| |
|
| template<typename T > |
| T | convert (const std::string &s) |
| |
| template<> |
| Int32 | convert (const std::string &s) |
| |
| template<> |
| double | convert (const std::string &s) |
| |
| template<> |
| float | convert (const std::string &s) |
| |
| template<> |
| std::string | convert (const std::string &s) |
| |