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