#include <string>#include <sstream>#include <ecl/exceptions/standard_exception.hpp>#include "converter.hpp"

Go to the source code of this file.
| Classes | |
| class | ecl::Converter< int, char * > | 
| Conversion from a char array to an integer type. | |
| class | ecl::Converter< int, char > | 
| Conversion from a char to an integer type. | |
| class | ecl::Converter< int, std::string > | 
| Conversion from a string to an integer type. | |
| class | ecl::Converter< int, unsigned char * > | 
| Conversion from a byte array to an integer type. | |
| class | ecl::Converter< int, void > | 
| Conversions to integers. | |
| Namespaces | |
| ecl | |