GOFIGURE2  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
ConvertToStringHelper.h File Reference
#include <string>
#include <sstream>
#include <iostream>
#include "boost/lexical_cast.hpp"
Include dependency graph for ConvertToStringHelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
std::string ConvertToString (const T &ToConvert)
 
template<typename T >
ss_atoi (const std::string &the_string)
 

Function Documentation

template<typename T >
std::string ConvertToString ( const T &  ToConvert)

Definition at line 43 of file ConvertToStringHelper.h.

template<typename T >
T ss_atoi ( const std::string &  the_string)

Definition at line 52 of file ConvertToStringHelper.h.