OverSim
|
#include <cexception.h>
#include <iostream>
#include <sstream>
#include <string>
Go to the source code of this file.
Functions | |
template<class t > | |
t | convertString (const std::string &str) |
template<class t > | |
std::string | convertToString (const t &val) |
Definition in file StringConvert.h.
t convertString | ( | const std::string & | str | ) |
Definition at line 29 of file StringConvert.h.
std::string convertToString | ( | const t & | val | ) |
Definition at line 38 of file StringConvert.h.