Functions | |
| template<typename T > | |
| T | hexstr_cast (const std::string &in) | 
| Convert a hexadecimal string into a value.  More... | |
| template<typename data_t > | |
| data_t | from_str (const std::string &) | 
| Generic cast-from-string function.  More... | |
| template<> | |
| UHD_API bool | from_str (const std::string &val) | 
Specialization of uhd::cast::from_str() for Boolean values.  More... | |
| template<> | |
| UHD_API double | from_str (const std::string &val) | 
Specialization of uhd::cast::from_str() for double-precision values.  More... | |
| template<> | |
| UHD_API int | from_str (const std::string &val) | 
Specialization of uhd::cast::from_str() for integer values.  More... | |
| template<> | |
| UHD_API std::string | from_str (const std::string &val) | 
Specialization of uhd::cast::from_str() for strings.  More... | |
| data_t uhd::cast::from_str | ( | const std::string & | ) | 
Generic cast-from-string function.
| UHD_API bool uhd::cast::from_str | ( | const std::string & | val | ) | 
Specialization of uhd::cast::from_str() for Boolean values. 
| UHD_API double uhd::cast::from_str | ( | const std::string & | val | ) | 
Specialization of uhd::cast::from_str() for double-precision values. 
| UHD_API int uhd::cast::from_str | ( | const std::string & | val | ) | 
Specialization of uhd::cast::from_str() for integer values. 
| UHD_API std::string uhd::cast::from_str | ( | const std::string & | val | ) | 
Specialization of uhd::cast::from_str() for strings. 
      
  | 
  inline | 
Convert a hexadecimal string into a value.