DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Functions | |
template<typename T > | |
std::string | valtostr (T const &value) |
template<> | |
std::string | valtostr< std::string > (std::string const &x) |
template<> | |
std::string | valtostr< bool > (bool const &s) |
template<typename T , typename std::enable_if< std::is_integral< T >::value, int >::type = 0> | |
std::string | valtostr (T const &value, dunedaq::conffwk::int_format_t const format) |
template<> | |
std::string | valtostr< bool > (bool const &value, dunedaq::conffwk::int_format_t const format) |
std::string | valtostr (std::string const &value, dunedaq::conffwk::int_format_t const format) |
template<typename T > | |
T | to (QStringList const &DataList) |
template<typename T > | |
T | to (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<typename T > | |
T | to (std::vector< std::string > const &x) |
template<> | |
QStringList | to (std::vector< std::string > const &DataList) |
Template specializations of to<T> | |
template<> | |
bool | to< bool > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< bool > | to< std::vector< bool > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::string | to< std::string > (QStringList const &DataList) |
template<> | |
std::vector< std::string > | to< std::vector< std::string > > (QStringList const &DataList) |
template<> | |
std::string | to< std::string > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< std::string > | to< std::vector< std::string > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
u_int8_t | to< u_int8_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< u_int8_t > | to< std::vector< u_int8_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
int8_t | to< int8_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< int8_t > | to< std::vector< int8_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
u_int16_t | to< u_int16_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< u_int16_t > | to< std::vector< u_int16_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
int16_t | to< int16_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< int16_t > | to< std::vector< int16_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
u_int32_t | to< u_int32_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< u_int32_t > | to< std::vector< u_int32_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
int32_t | to< int32_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< int32_t > | to< std::vector< int32_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
u_int64_t | to< u_int64_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< u_int64_t > | to< std::vector< u_int64_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
int64_t | to< int64_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< int64_t > | to< std::vector< int64_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
float | to< float > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< float > | to< std::vector< float > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
double | to< double > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< double > | to< std::vector< double > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
QStringList | to< QStringList > (std::vector< std::string > const &x) |
template<> | |
std::string | to< std::string > (QStringList const &DataList) |
template<> | |
std::vector< std::string > | to< std::vector< std::string > > (QStringList const &DataList) |
template<> | |
std::string | to< std::string > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< std::string > | to< std::vector< std::string > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
u_int8_t | to< u_int8_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< u_int8_t > | to< std::vector< u_int8_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
int8_t | to< int8_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< int8_t > | to< std::vector< int8_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
u_int16_t | to< u_int16_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< u_int16_t > | to< std::vector< u_int16_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
int16_t | to< int16_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< int16_t > | to< std::vector< int16_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
u_int32_t | to< u_int32_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< u_int32_t > | to< std::vector< u_int32_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
int32_t | to< int32_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< int32_t > | to< std::vector< int32_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
u_int64_t | to< u_int64_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< u_int64_t > | to< std::vector< u_int64_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
int64_t | to< int64_t > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< int64_t > | to< std::vector< int64_t > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
float | to< float > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< float > | to< std::vector< float > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
double | to< double > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< double > | to< std::vector< double > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
bool | to< bool > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
template<> | |
std::vector< bool > | to< std::vector< bool > > (QStringList const &DataList, dunedaq::conffwk::int_format_t Format) |
T dbe::convert::to | ( | QStringList const & | DataList | ) |
Definition at line 111 of file Conversion.hpp.
T dbe::convert::to | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 120 of file Conversion.hpp.
QStringList dbe::convert::to | ( | std::vector< std::string > const & | DataList | ) |
Template specializations of to<T>
T dbe::convert::to | ( | std::vector< std::string > const & | x | ) |
Definition at line 130 of file Conversion.hpp.
bool dbe::convert::to< bool > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 470 of file Conversion.cpp.
bool dbe::convert::to< bool > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 470 of file Conversion.cpp.
double dbe::convert::to< double > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 444 of file Conversion.cpp.
double dbe::convert::to< double > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 444 of file Conversion.cpp.
float dbe::convert::to< float > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 418 of file Conversion.cpp.
float dbe::convert::to< float > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 418 of file Conversion.cpp.
int16_t dbe::convert::to< int16_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 198 of file Conversion.cpp.
int16_t dbe::convert::to< int16_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 198 of file Conversion.cpp.
int32_t dbe::convert::to< int32_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 286 of file Conversion.cpp.
int32_t dbe::convert::to< int32_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 286 of file Conversion.cpp.
int64_t dbe::convert::to< int64_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 374 of file Conversion.cpp.
int64_t dbe::convert::to< int64_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 374 of file Conversion.cpp.
int8_t dbe::convert::to< int8_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 110 of file Conversion.cpp.
int8_t dbe::convert::to< int8_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 110 of file Conversion.cpp.
QStringList dbe::convert::to< QStringList > | ( | std::vector< std::string > const & | x | ) |
Definition at line 7 of file Conversion.cpp.
std::string dbe::convert::to< std::string > | ( | QStringList const & | DataList | ) |
Definition at line 18 of file Conversion.cpp.
std::string dbe::convert::to< std::string > | ( | QStringList const & | DataList | ) |
Definition at line 18 of file Conversion.cpp.
std::string dbe::convert::to< std::string > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 40 of file Conversion.cpp.
std::string dbe::convert::to< std::string > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 40 of file Conversion.cpp.
std::vector< bool > dbe::convert::to< std::vector< bool > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 470 of file Conversion.cpp.
std::vector< bool > dbe::convert::to< std::vector< bool > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 470 of file Conversion.cpp.
std::vector< double > dbe::convert::to< std::vector< double > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 444 of file Conversion.cpp.
std::vector< double > dbe::convert::to< std::vector< double > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 444 of file Conversion.cpp.
std::vector< float > dbe::convert::to< std::vector< float > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 418 of file Conversion.cpp.
std::vector< float > dbe::convert::to< std::vector< float > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 418 of file Conversion.cpp.
std::vector< int16_t > dbe::convert::to< std::vector< int16_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 198 of file Conversion.cpp.
std::vector< int16_t > dbe::convert::to< std::vector< int16_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 198 of file Conversion.cpp.
std::vector< int32_t > dbe::convert::to< std::vector< int32_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 286 of file Conversion.cpp.
std::vector< int32_t > dbe::convert::to< std::vector< int32_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 286 of file Conversion.cpp.
std::vector< int64_t > dbe::convert::to< std::vector< int64_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 374 of file Conversion.cpp.
std::vector< int64_t > dbe::convert::to< std::vector< int64_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 374 of file Conversion.cpp.
std::vector< int8_t > dbe::convert::to< std::vector< int8_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 110 of file Conversion.cpp.
std::vector< int8_t > dbe::convert::to< std::vector< int8_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 110 of file Conversion.cpp.
std::vector< std::string > dbe::convert::to< std::vector< std::string > > | ( | QStringList const & | DataList | ) |
Definition at line 18 of file Conversion.cpp.
std::vector< std::string > dbe::convert::to< std::vector< std::string > > | ( | QStringList const & | DataList | ) |
Definition at line 18 of file Conversion.cpp.
std::vector< std::string > dbe::convert::to< std::vector< std::string > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 40 of file Conversion.cpp.
std::vector< std::string > dbe::convert::to< std::vector< std::string > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 40 of file Conversion.cpp.
std::vector< u_int16_t > dbe::convert::to< std::vector< u_int16_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 154 of file Conversion.cpp.
std::vector< u_int16_t > dbe::convert::to< std::vector< u_int16_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 154 of file Conversion.cpp.
std::vector< u_int32_t > dbe::convert::to< std::vector< u_int32_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 242 of file Conversion.cpp.
std::vector< u_int32_t > dbe::convert::to< std::vector< u_int32_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 242 of file Conversion.cpp.
std::vector< u_int64_t > dbe::convert::to< std::vector< u_int64_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 330 of file Conversion.cpp.
std::vector< u_int64_t > dbe::convert::to< std::vector< u_int64_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 330 of file Conversion.cpp.
std::vector< u_int8_t > dbe::convert::to< std::vector< u_int8_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 66 of file Conversion.cpp.
std::vector< u_int8_t > dbe::convert::to< std::vector< u_int8_t > > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 66 of file Conversion.cpp.
u_int16_t dbe::convert::to< u_int16_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 154 of file Conversion.cpp.
u_int16_t dbe::convert::to< u_int16_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 154 of file Conversion.cpp.
u_int32_t dbe::convert::to< u_int32_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 242 of file Conversion.cpp.
u_int32_t dbe::convert::to< u_int32_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 242 of file Conversion.cpp.
u_int64_t dbe::convert::to< u_int64_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 330 of file Conversion.cpp.
u_int64_t dbe::convert::to< u_int64_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 330 of file Conversion.cpp.
u_int8_t dbe::convert::to< u_int8_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 66 of file Conversion.cpp.
u_int8_t dbe::convert::to< u_int8_t > | ( | QStringList const & | DataList, |
dunedaq::conffwk::int_format_t | Format ) |
Definition at line 66 of file Conversion.cpp.
|
inline |
Definition at line 101 of file Conversion.hpp.
|
inline |
Convert a value from a type to string (default decimal format output)
the | value to convert |
Definition at line 28 of file Conversion.hpp.
|
inline |
Convert a value from a number type to string for different the output formats
value | to conert |
format | is the format type , e.g. dunedaq::conffwk::int_format_t::dec_int_format for decimal |
Definition at line 54 of file Conversion.hpp.
|
inline |
Definition at line 38 of file Conversion.hpp.
|
inline |
Definition at line 84 of file Conversion.hpp.
|
inline |
Definition at line 33 of file Conversion.hpp.