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>
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 | |
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.
Definition in file char_strings.hpp.