OpenMS
Loading...
Searching...
No Matches
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

namespace  OpenMS
 Main OpenMS namespace.
 
namespace  OpenMS::detail
 

Typedefs

typedef std::vector< IntIntList
 Vector of signed integers.
 
typedef std::vector< double > DoubleList
 Vector of double precision real types.
 
typedef std::vector< StringStringList
 Vector of String.
 

Functions

template<typename T >
convert (const String &s)
 
template<>
Int32 convert (const String &s)
 
template<>
double convert (const String &s)
 
template<>
float convert (const String &s)
 
template<>
std::string convert (const String &s)