|  | OpenMS
    2.6.0
    | 
#include <OpenMS/DATASTRUCTURES/String.h>#include <OpenMS/CONCEPT/Exception.h>#include <OpenMS/OpenMSConfig.h>#include <OpenMS/config.h>#include <algorithm>#include <cmath>#include <iterator>#include <vector>Go to the source code of this file.
| Classes | |
| class | ListUtils | 
| Collection of utility functions for management of vectors.  More... | |
| struct | ListUtils::DoubleTolerancePredicate_ | 
| Predicate to check double equality with a given tolerance.  More... | |
| Namespaces | |
| OpenMS | |
| Main OpenMS namespace. | |
| OpenMS::detail | |
| Typedefs | |
| typedef std::vector< Int > | IntList | 
| Vector of signed integers.  More... | |
| typedef std::vector< double > | DoubleList | 
| Vector of double precision real types.  More... | |
| typedef std::vector< String > | StringList | 
| Vector of String.  More... | |
| Functions | |
| template<typename T > | |
| T | convert (const String &s) | 
| template<> | |
| Int | convert (const String &s) | 
| template<> | |
| double | convert (const String &s) | 
| template<> | |
| float | convert (const String &s) | 
 1.8.16
 1.8.16