|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   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:59
PrecisionWrapper(const FloatingPointType rhs)
Constructor. Note: Normally you will prefer to use the "make"-function precisionWrapper(),...
Definition: PrecisionWrapper.h:52
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
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
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
const FloatingPointType ref_
Definition: PrecisionWrapper.h:56
PrecisionWrapper(const PrecisionWrapper &rhs)
Definition: PrecisionWrapper.h:54
Wrapper class to implement output with appropriate precision. See precisionWrapper().
Definition: PrecisionWrapper.h:49