Type conversions to c++ strings. More...


Go to the source code of this file.
| Classes | |
| class | ecl::Converter< std::string, int > | 
| Converts int to string, convenient but slow.  More... | |
| class | ecl::Converter< std::string, void > | 
| Convenient, but slow conversions to text format with strings.  More... | |
| Namespaces | |
| ecl | |
Type conversions to c++ strings.
A variety of functors that do type conversion to c++ strings. These are convenient, but slow ( unlike the char* converters).
It could probably use extensions for the other integral types. That would require making a decent base class and inheriting across all the integral types.
Definition in file string.hpp.