#include <string>
#include <sstream>
Include dependency graph for tostring.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Dv |
namespace | Dv::Util |
Functions | |
template<typename T> std::string | tostring (const T &t) |
A function that converts anything that can be written to a stream to a string (using the ostringstream class). | |
template<typename T> bool | fromstring (T &t, const std::string &s) |
A function that converts anything that can be read from a stream to a string (using the istringstream class). |
|
A function that converts anything that can be written to a stream to a string (using the ostringstream class).
Referenced by Dv::Util::enum_parser< E >::enum2str(). |
|
A function that converts anything that can be read from a stream to a string (using the istringstream class).
|
dvutil-0.13.15 | [30 December, 2004] |