Conversions to integers. More...
#include <integers.hpp>
Additional Inherited Members | |
Public Member Functions inherited from ecl::Converter< int, std::string > | |
int | operator() (const std::string &input) |
Converts a string to an integer type. More... | |
virtual | ~Converter () |
Public Member Functions inherited from ecl::Converter< int, char > | |
int | operator() (char c) |
Converts a char to an integer type. More... | |
Conversions to integers.
This groups all the string converters of fundamental types into a single cohesive superclass. At times, this is more convenient than using the string converters individually.
Definition at line 218 of file integers.hpp.