|
class | ecl::Converter< std::vector< char >, char * > |
| Converts a char string of human readable hexes to a byte array.
|
|
class | ecl::Converter< std::vector< char >, int > |
| Converts int to a byte array of chars.
|
|
class | ecl::Converter< std::vector< char >, long > |
| Converts long to a byte array of chars.
|
|
class | ecl::Converter< std::vector< char >, long long > |
| Converts long long to a byte array of chars.
|
|
class | ecl::Converter< std::vector< char >, unsigned int > |
| Converts unsigned int to a byte array of chars.
|
|
class | ecl::Converter< std::vector< char >, unsigned long > |
| Converts unsigned long to a byte array of chars.
|
|
class | ecl::Converter< std::vector< char >, void > |
| Family of converters to byte arrays of vector<char> type.
|
|
class | ecl::Converter< std::vector< signed char >, int > |
| Converts int to a byte array of signed chars.
|
|
class | ecl::Converter< std::vector< signed char >, long > |
| Converts long to a byte array of signed chars.
|
|
class | ecl::Converter< std::vector< signed char >, long long > |
| Converts long long to a byte array of signed chars.
|
|
class | ecl::Converter< std::vector< signed char >, unsigned int > |
| Converts unsigned int to a byte array of signed chars.
|
|
class | ecl::Converter< std::vector< signed char >, unsigned long > |
| Converts unsigned long to a byte array of signed chars.
|
|
class | ecl::Converter< std::vector< signed char >, void > |
| Family of converters to byte arrays of vector<signed char> type.
|
|
class | ecl::Converter< std::vector< unsigned char >, int > |
| Converts int to a byte array of unsigned chars.
|
|
class | ecl::Converter< std::vector< unsigned char >, long > |
| Converts long to a byte array of unsigned chars.
|
|
class | ecl::Converter< std::vector< unsigned char >, long long > |
| Converts long long to a byte array of unsigned chars.
|
|
class | ecl::Converter< std::vector< unsigned char >, unsigned int > |
| Converts unsigned int to a byte array of unsigned chars.
|
|
class | ecl::Converter< std::vector< unsigned char >, unsigned long > |
| Converts unsigned long to a byte array of unsigned chars.
|
|
class | ecl::Converter< std::vector< unsigned char >, void > |
| Family of converters to byte arrays of vector<unsigned char> type.
|
|