#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>#include <boost/lexical_cast.hpp>#include <boost/algorithm/string/trim.hpp>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. | |
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... | |
| OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:05 using doxygen 1.8.13 |