![]() |
SoapySDR 0.8.1-ARCH
Vendor and platform neutral SDR interface library
|
Functions | |
template<typename Type > | |
std::enable_if< std::is_same< Type, bool >::value, Type >::type | StringToSetting (const std::string &s) |
template<typename Type > | |
std::enable_if< notstd::is_same< Type, bool >::valueandstd::is_integral< Type >::valueandstd::is_signed< Type >::value, Type >::type | StringToSetting (const std::string &s) |
template<typename Type > | |
std::enable_if< notstd::is_same< Type, bool >::valueandstd::is_integral< Type >::valueandstd::is_unsigned< Type >::value, Type >::type | StringToSetting (const std::string &s) |
template<typename Type > | |
std::enable_if< std::is_floating_point< Type >::value, Type >::type | StringToSetting (const std::string &s) |
template<typename Type > | |
std::enable_if< std::is_same< typenamestd::decay< Type >::type, std::string >::value, Type >::type | StringToSetting (const std::string &s) |
std::string | SettingToString (const bool &s) |
std::string | SettingToString (const char *s) |
std::string | SettingToString (const std::string &s) |
template<typename Type > | |
std::string | SettingToString (const Type &s) |
|
inline |
|
inline |
|
inline |
std::string SoapySDR::Detail::SettingToString | ( | const Type & | s | ) |
std::enable_if< std::is_same< Type, bool >::value, Type >::type SoapySDR::Detail::StringToSetting | ( | const std::string & | s | ) |
std::enable_if< notstd::is_same< Type, bool >::valueandstd::is_integral< Type >::valueandstd::is_signed< Type >::value, Type >::type SoapySDR::Detail::StringToSetting | ( | const std::string & | s | ) |
std::enable_if< notstd::is_same< Type, bool >::valueandstd::is_integral< Type >::valueandstd::is_unsigned< Type >::value, Type >::type SoapySDR::Detail::StringToSetting | ( | const std::string & | s | ) |
std::enable_if< std::is_floating_point< Type >::value, Type >::type SoapySDR::Detail::StringToSetting | ( | const std::string & | s | ) |
std::enable_if< std::is_same< typenamestd::decay< Type >::type, std::string >::value, Type >::type SoapySDR::Detail::StringToSetting | ( | const std::string & | s | ) |