Loading [MathJax]/extensions/tex2jax.js
 |
USRP Hardware Driver and USRP Manual
Version: 4.8.0.0
UHD and USRP Manual
|
|
Go to the documentation of this file.
17 namespace uhd {
namespace cast {
44 std::istringstream is(in);
45 is >> std::setbase(0) >> x;
50 template <
typename data_t>
T fromstr_cast(const std::string &in)
Definition: cast.hpp:41
data_t from_str(const std::string &)
Generic cast-from-string function.
Definition: cast.hpp:51
UHD_API std::string to_ordinal_string(int val)
Create an ordinal string from a number.
#define UHD_API
Definition: config.h:87
T hexstr_cast(const std::string &in)
Convert a hexadecimal string into a value.
Definition: cast.hpp:24
Definition: build_info.hpp:12
Definition: exception.hpp:132