OpenMS  2.4.0
Classes | Namespaces | Typedefs
ListUtils.h File Reference
#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< IntIntList
 Vector of signed integers. More...
 
typedef std::vector< doubleDoubleList
 Vector of double precision real types. More...
 
typedef std::vector< String > StringList
 Vector of String. More...