vega
|
Go to the source code of this file.
Namespaces | |
vega | |
Functions | |
template<typename T > | |
std::string | vega::to_string (const T &t) |
template<> | |
std::string | vega::to_string< std::string > (const std::string &s) |
template<> | |
std::string | vega::to_string< float > (const float &f) |
template<> | |
std::string | vega::to_string< double > (const double &d) |
template<> | |
std::string | vega::to_string< int8_t > (const int8_t &i) |
template<> | |
std::string | vega::to_string< int16_t > (const int16_t &i) |
template<> | |
std::string | vega::to_string< int32_t > (const int32_t &i) |
template<> | |
std::string | vega::to_string< uint8_t > (const uint8_t &u) |
template<> | |
std::string | vega::to_string< uint16_t > (const uint16_t &u) |
template<> | |
std::string | vega::to_string< uint32_t > (const uint32_t &u) |
template<> | |
std::string | vega::to_string< Byte > (const Byte &byte) |
template<> | |
std::string | vega::to_string< Word > (const Word &word) |
template<> | |
std::string | vega::to_string< Long > (const Long &l) |
template<typename T > | |
T | vega::from_string (const std::string &s) |
template<> | |
std::string | vega::from_string (const std::string &s) |
template<> | |
float | vega::from_string (const std::string &s) |
template<> | |
double | vega::from_string (const std::string &s) |
template<> | |
int8_t | vega::from_string (const std::string &s) |
template<> | |
int16_t | vega::from_string (const std::string &s) |
template<> | |
int32_t | vega::from_string (const std::string &s) |
template<> | |
uint8_t | vega::from_string (const std::string &s) |
template<> | |
uint16_t | vega::from_string (const std::string &s) |
template<> | |
uint32_t | vega::from_string (const std::string &s) |
template<> | |
Byte | vega::from_string (const std::string &s) |
template<> | |
Word | vega::from_string (const std::string &s) |
template<> | |
Long | vega::from_string (const std::string &s) |