Go to the source code of this file.
Namespaces | |
| uhd | |
| uhd::cast | |
Functions | |
| template<typename T > | |
| T | uhd::cast::hexstr_cast (const std::string &in) | 
| Convert a hexadecimal string into a value.  More... | |
| template<typename data_t > | |
| data_t | uhd::cast::from_str (const std::string &) | 
| Generic cast-from-string function.  More... | |
| template<> | |
| UHD_API bool | uhd::cast::from_str (const std::string &val) | 
Specialization of uhd::cast::from_str() for Boolean values.  More... | |