Classes | Namespaces
char_strings.hpp File Reference

Type conversions to character strings. More...

#include <cstdio>
#include <cstring>
#include <new>
#include "converter.hpp"
#include <ecl/errors/handlers.hpp>
#include <ecl/exceptions/standard_exception.hpp>
#include <ecl/mpl/converters.hpp>
Include dependency graph for char_strings.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ecl::Converter< char *, bool >
 Fast conversion to text format with character strings. More...
 
class  ecl::Converter< char *, char >
 Fast conversion to text format with character strings. More...
 
class  ecl::Converter< char *, double >
 Fast conversion to text format with character strings. More...
 
class  ecl::Converter< char *, float >
 Conversion to text format with character strings. More...
 
class  ecl::Converter< char *, int >
 Fast conversion to text format with character strings. More...
 
class  ecl::Converter< char *, long >
 Fast conversion to text format with character strings. More...
 
class  ecl::Converter< char *, long long >
 Fast conversion to text format with character strings. More...
 
class  ecl::Converter< char *, short >
 Fast conversion to text format with character strings. More...
 
class  ecl::Converter< char *, unsigned char >
 Fast conversion to text format with character strings. More...
 
class  ecl::Converter< char *, unsigned int >
 Fast conversion to text format with character strings. More...
 
class  ecl::Converter< char *, unsigned long >
 Fast conversion to text format with character strings. More...
 
class  ecl::Converter< char *, unsigned long long >
 Fast conversion to text format with character strings. More...
 
class  ecl::Converter< char *, unsigned short >
 Fast conversion to text format with character strings. More...
 
class  ecl::Converter< char *, void >
 Family of converters to character strings. More...
 

Namespaces

 ecl
 

Detailed Description

Type conversions to character strings.

A variety of functors that do type conversion to character strings. These are designed to be very fast, unlike the string converters.

Date
May 2009

Definition in file char_strings.hpp.



ecl_converters
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:22