OpenMS
Loading...
Searching...
No Matches
OpenMS::detail Namespace Reference

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)
 

Function Documentation

◆ convert() [1/5]

template<typename T >
T convert ( const String s)

◆ convert() [2/5]

template<>
Int32 convert ( const String s)
inline

References String::toInt32().

◆ convert() [3/5]

template<>
double convert ( const String s)
inline

References String::toDouble().

◆ convert() [4/5]

template<>
float convert ( const String s)
inline

References String::toFloat().

◆ convert() [5/5]

template<>
std::string convert ( const String s)
inline