OpenMS
ListUtils.h File Reference
#include <OpenMS/DATASTRUCTURES/String.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/OpenMSConfig.h>
#include <OpenMS/config.h>
#include <cmath>
#include <iterator>
#include <vector>
#include <algorithm>
Include dependency graph for ListUtils.h:

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 >
convert (const String &s)
 
template<>
Int32 convert (const String &s)