#include <OpenMS/DATASTRUCTURES/StringUtils.h>
#include <OpenMS/DATASTRUCTURES/TypeAliases.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.
|
| 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) |
| |