Classes | Namespaces
string.hpp File Reference

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

#include <string>
#include "converter.hpp"
#include "char.hpp"
Include dependency graph for string.hpp:
This graph shows which files directly or indirectly include this file:

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

namespace  ecl

Detailed Description

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.

Date:
April 2009

Definition in file string.hpp.



ecl_converters
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Thu Jan 2 2014 11:12:05