37 #include <OpenMS/config.h>
48 template <
typename FloatingPo
intType>
56 FloatingPointType
const ref_;
94 template <
typename FloatingPo
intType>
101 template <
typename FloatingPo
intType>
A more convenient string class.
Definition: String.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
const PrecisionWrapper< FloatingPointType > precisionWrapper(const FloatingPointType rhs)
Wrapper function that sets the appropriate precision for output temporarily. The original precision i...
Definition: PrecisionWrapper.h:95
Wrapper class to implement output with appropriate precision. See precisionWrapper().
Definition: PrecisionWrapper.h:50
FloatingPointType const ref_
Definition: PrecisionWrapper.h:56
PrecisionWrapper(const FloatingPointType rhs)
Constructor. Note: Normally you will prefer to use the "make"-function precisionWrapper(),...
Definition: PrecisionWrapper.h:52
PrecisionWrapper(const PrecisionWrapper &rhs)
Definition: PrecisionWrapper.h:54