GOFIGURE2
0.9.0
|
#include <string>
#include <sstream>
#include <iostream>
#include "boost/lexical_cast.hpp"
Go to the source code of this file.
Functions | |
template<typename T > | |
std::string | ConvertToString (const T &ToConvert) |
template<typename T > | |
T | ss_atoi (const std::string &the_string) |
std::string ConvertToString | ( | const T & | ToConvert | ) |
Definition at line 43 of file ConvertToStringHelper.h.
T ss_atoi | ( | const std::string & | the_string | ) |
Definition at line 52 of file ConvertToStringHelper.h.