Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
ecl::Converter< Output, Input >Primary template and general fallback for converter classes
ecl::Converter< char *, bool >Fast conversion to text format with character strings
ecl::Converter< char *, char >Fast conversion to text format with character strings
ecl::Converter< char *, double >Fast conversion to text format with character strings
ecl::Converter< char *, float >Conversion to text format with character strings
ecl::Converter< char *, int >Fast conversion to text format with character strings
ecl::Converter< char *, long >Fast conversion to text format with character strings
ecl::Converter< char *, long long >Fast conversion to text format with character strings
ecl::Converter< char *, short >Fast conversion to text format with character strings
ecl::Converter< char *, unsigned char >Fast conversion to text format with character strings
ecl::Converter< char *, unsigned int >Fast conversion to text format with character strings
ecl::Converter< char *, unsigned long >Fast conversion to text format with character strings
ecl::Converter< char *, unsigned long long >Fast conversion to text format with character strings
ecl::Converter< char *, unsigned short >Fast conversion to text format with character strings
ecl::Converter< char *, void >Family of converters to character strings
ecl::Converter< char, int >Converts ints into readable (ascii) characters
ecl::Converter< char, unsigned int >Converts unsigned ints into readable (ascii) characters
ecl::Converter< char, void >Family of converters to char
ecl::Converter< int, char * >Conversion from a char array to an integer type
ecl::Converter< int, char >Conversion from a char to an integer type
ecl::Converter< int, std::string >Conversion from a string to an integer type
ecl::Converter< int, unsigned char * >Conversion from a byte array to an integer type
ecl::Converter< int, void >Conversions to integers
ecl::Converter< Integral, std::vector< char > >Specialisation for the vector<char> container based FromByteArray converter
ecl::Converter< Integral, std::vector< signed char > >Specialisation for the vector<signed char> container based FromByteArray converter
ecl::Converter< Integral, std::vector< unsigned char > >Specialisation for the vector<unsigned char> container based FromByteArray converter
ecl::Converter< Output, void >Primary template for the output-designated only converters
ecl::Converter< std::string, int >Converts int to string, convenient but slow
ecl::Converter< std::string, void >Convenient, but slow conversions to text format with strings
ecl::Converter< std::vector< char >, char * >Converts a char string of human readable hexes to a byte array
ecl::Converter< std::vector< char >, int >Converts int to a byte array of chars
ecl::Converter< std::vector< char >, long >Converts long to a byte array of chars
ecl::Converter< std::vector< char >, unsigned int >Converts unsigned int to a byte array of chars
ecl::Converter< std::vector< char >, unsigned long >Converts unsigned long to a byte array of chars
ecl::Converter< std::vector< char >, void >Family of converters to byte arrays of vector<char> type
ecl::Converter< std::vector< signed char >, int >Converts int to a byte array of signed chars
ecl::Converter< std::vector< signed char >, long >Converts long to a byte array of signed chars
ecl::Converter< std::vector< signed char >, unsigned int >Converts unsigned int to a byte array of signed chars
ecl::Converter< std::vector< signed char >, unsigned long >Converts unsigned long to a byte array of signed chars
ecl::Converter< std::vector< signed char >, void >Family of converters to byte arrays of vector<signed char> type
ecl::Converter< std::vector< unsigned char >, int >Converts int to a byte array of unsigned chars
ecl::Converter< std::vector< unsigned char >, long >Converts long to a byte array of unsigned chars
ecl::Converter< std::vector< unsigned char >, unsigned int >Converts unsigned int to a byte array of unsigned chars
ecl::Converter< std::vector< unsigned char >, unsigned long >Converts unsigned long to a byte array of unsigned chars
ecl::Converter< std::vector< unsigned char >, void >Family of converters to byte arrays of vector<unsigned char> type


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