35 #ifndef OPENMS_DATASTRUCTURES_DOUBLELIST_H
36 #define OPENMS_DATASTRUCTURES_DOUBLELIST_H
42 #ifdef OPENMS_COMPILER_MSVC
43 #pragma warning( push )
44 #pragma warning( disable : 4251 ) // disable MSVC dll-interface warning
57 public std::vector<DoubleReal>
70 DoubleList(
const std::vector<DoubleReal> & rhs);
74 DoubleList & operator=(
const std::vector<DoubleReal> & rhs);
76 DoubleList & operator=(
const std::vector<Real> & rhs);
80 template <
typename DoubleType>
83 this->push_back(value);
103 #ifdef OPENMS_COMPILER_MSVC
104 #pragma warning( pop )
107 #endif // OPENMS_DATASTRUCTURES_DOUBLELIST_H
A more convenient string class.
Definition: String.h:56
std::ostream & operator<<(std::ostream &os, const ItraqQuantifier::ItraqQuantifierStats &stats)
DoubleList & operator<<(DoubleType value)
Operator for appending entries with less code.
Definition: DoubleList.h:81
String list.
Definition: StringList.h:56
DoubleReal list.
Definition: DoubleList.h:56