OpenMS  3.0.0
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]

T OpenMS::detail::convert ( const String s)
inline

◆ convert() [2/5]

Int32 OpenMS::detail::convert ( const String s)
inline

References String::toInt32().

◆ convert() [3/5]

double OpenMS::detail::convert ( const String s)
inline

References String::toDouble().

◆ convert() [4/5]

float OpenMS::detail::convert ( const String s)
inline

References String::toFloat().

◆ convert() [5/5]

std::string OpenMS::detail::convert ( const String s)
inline