|
class | BluePrintConcept |
|
class | Bool |
|
class | ByteContainerConcept |
|
class | ContainerConcept |
|
class | Converter |
| Primary template and general fallback for converter classes. More...
|
|
class | Converter< char *, bool > |
| Fast conversion to text format with character strings. More...
|
|
class | Converter< char *, char > |
| Fast conversion to text format with character strings. More...
|
|
class | Converter< char *, double > |
| Fast conversion to text format with character strings. More...
|
|
class | Converter< char *, float > |
| Conversion to text format with character strings. More...
|
|
class | Converter< char *, int > |
| Fast conversion to text format with character strings. More...
|
|
class | Converter< char *, long > |
| Fast conversion to text format with character strings. More...
|
|
class | Converter< char *, long long > |
| Fast conversion to text format with character strings. More...
|
|
class | Converter< char *, short > |
| Fast conversion to text format with character strings. More...
|
|
class | Converter< char *, unsigned char > |
| Fast conversion to text format with character strings. More...
|
|
class | Converter< char *, unsigned int > |
| Fast conversion to text format with character strings. More...
|
|
class | Converter< char *, unsigned long > |
| Fast conversion to text format with character strings. More...
|
|
class | Converter< char *, unsigned long long > |
| Fast conversion to text format with character strings. More...
|
|
class | Converter< char *, unsigned short > |
| Fast conversion to text format with character strings. More...
|
|
class | Converter< char *, void > |
| Family of converters to character strings. More...
|
|
class | Converter< char, int > |
| Converts ints into readable (ascii) characters. More...
|
|
class | Converter< char, unsigned int > |
| Converts unsigned ints into readable (ascii) characters. More...
|
|
class | Converter< char, void > |
| Family of converters to char. More...
|
|
class | Converter< int, char * > |
| Conversion from a char array to an integer type. More...
|
|
class | Converter< int, char > |
| Conversion from a char to an integer type. More...
|
|
class | Converter< int, std::string > |
| Conversion from a string to an integer type. More...
|
|
class | Converter< int, unsigned char * > |
| Conversion from a byte array to an integer type. More...
|
|
class | Converter< int, void > |
| Conversions to integers. More...
|
|
class | Converter< Integral, std::vector< char > > |
| Specialisation for the vector<char> container based FromByteArray converter. More...
|
|
class | Converter< Integral, std::vector< signed char > > |
| Specialisation for the vector<signed char> container based FromByteArray converter. More...
|
|
class | Converter< Integral, std::vector< unsigned char > > |
| Specialisation for the vector<unsigned char> container based FromByteArray converter. More...
|
|
class | Converter< Output, void > |
| Primary template for the output-designated only converters. More...
|
|
class | Converter< std::string, int > |
| Converts int to string, convenient but slow. More...
|
|
class | Converter< std::string, void > |
| Convenient, but slow conversions to text format with strings. More...
|
|
class | Converter< std::vector< char >, char * > |
| Converts a char string of human readable hexes to a byte array. More...
|
|
class | Converter< std::vector< char >, int > |
| Converts int to a byte array of chars. More...
|
|
class | Converter< std::vector< char >, long > |
| Converts long to a byte array of chars. More...
|
|
class | Converter< std::vector< char >, long long > |
| Converts long long to a byte array of chars. More...
|
|
class | Converter< std::vector< char >, unsigned int > |
| Converts unsigned int to a byte array of chars. More...
|
|
class | Converter< std::vector< char >, unsigned long > |
| Converts unsigned long to a byte array of chars. More...
|
|
class | Converter< std::vector< char >, void > |
| Family of converters to byte arrays of vector<char> type. More...
|
|
class | Converter< std::vector< signed char >, int > |
| Converts int to a byte array of signed chars. More...
|
|
class | Converter< std::vector< signed char >, long > |
| Converts long to a byte array of signed chars. More...
|
|
class | Converter< std::vector< signed char >, long long > |
| Converts long long to a byte array of signed chars. More...
|
|
class | Converter< std::vector< signed char >, unsigned int > |
| Converts unsigned int to a byte array of signed chars. More...
|
|
class | Converter< std::vector< signed char >, unsigned long > |
| Converts unsigned long to a byte array of signed chars. More...
|
|
class | Converter< std::vector< signed char >, void > |
| Family of converters to byte arrays of vector<signed char> type. More...
|
|
class | Converter< std::vector< unsigned char >, int > |
| Converts int to a byte array of unsigned chars. More...
|
|
class | Converter< std::vector< unsigned char >, long > |
| Converts long to a byte array of unsigned chars. More...
|
|
class | Converter< std::vector< unsigned char >, long long > |
| Converts long long to a byte array of unsigned chars. More...
|
|
class | Converter< std::vector< unsigned char >, unsigned int > |
| Converts unsigned int to a byte array of unsigned chars. More...
|
|
class | Converter< std::vector< unsigned char >, unsigned long > |
| Converts unsigned long to a byte array of unsigned chars. More...
|
|
class | Converter< std::vector< unsigned char >, void > |
| Family of converters to byte arrays of vector<unsigned char> type. More...
|
|
class | DataException |
|
class | DynamicContainerConcept |
|
struct | ecl_traits |
|
struct | enable_if |
|
struct | enable_if_c |
|
struct | enable_if_c< false, T > |
|
class | Error |
|
class | Exception |
|
class | FailedObject |
|
struct | if_c |
|
struct | if_c< false, T1, T2 > |
|
class | InputByteDeviceConcept |
|
class | InputCharDeviceConcept |
|
class | InputOutputByteDeviceConcept |
|
class | InputOutputCharDeviceConcept |
|
class | is_byte |
|
class | is_byte< char > |
|
class | is_byte< signed char > |
|
class | is_byte< unsigned char > |
|
class | is_float |
|
class | is_float< double > |
|
class | is_float< float > |
|
class | is_float< long double > |
|
class | is_integral |
|
class | is_integral< char > |
|
class | is_integral< int > |
|
class | is_integral< long > |
|
class | is_integral< long long > |
|
class | is_integral< short > |
|
class | is_integral< unsigned char > |
|
class | is_integral< unsigned int > |
|
class | is_integral< unsigned long > |
|
class | is_integral< unsigned long long > |
|
class | is_integral< unsigned short > |
|
class | is_signed |
|
class | is_signed< char > |
|
class | is_signed< int > |
|
class | is_signed< long > |
|
class | is_signed< long long > |
|
class | is_signed< short > |
|
class | is_signed_byte |
|
class | is_signed_byte< char > |
|
class | is_signed_byte< signed char > |
|
class | is_unsigned |
|
class | is_unsigned< unsigned char > |
|
class | is_unsigned< unsigned int > |
|
class | is_unsigned< unsigned long > |
|
class | is_unsigned< unsigned long long > |
|
class | is_unsigned< unsigned short > |
|
class | is_unsigned_byte |
|
class | is_unsigned_byte< char > |
|
class | is_unsigned_byte< unsigned char > |
|
class | NullaryFunctionConcept |
|
class | numeric_limits |
|
class | numeric_limits< char > |
|
class | numeric_limits< double > |
|
class | numeric_limits< float > |
|
class | numeric_limits< int > |
|
class | numeric_limits< long > |
|
class | numeric_limits< long double > |
|
class | numeric_limits< long long > |
|
class | numeric_limits< short > |
|
class | numeric_limits< unsigned char > |
|
class | numeric_limits< unsigned int > |
|
class | numeric_limits< unsigned long > |
|
class | numeric_limits< unsigned long long > |
|
class | numeric_limits< unsigned short > |
|
class | OutputByteDeviceConcept |
|
class | OutputCharDeviceConcept |
|
class | PosixErrorHandler |
|
class | SignedByteContainerConcept |
|
class | StandardException |
|
class | StreamConcept |
|
struct | Unsigned |
|
struct | Unsigned< char > |
|
struct | Unsigned< int > |
|
struct | Unsigned< long > |
|
struct | Unsigned< long long > |
|
struct | Unsigned< short > |
|
struct | Unsigned< unsigned char > |
|
struct | Unsigned< unsigned int > |
|
struct | Unsigned< unsigned long > |
|
struct | Unsigned< unsigned long long > |
|
struct | Unsigned< unsigned short > |
|
class | UnsignedByteContainerConcept |
|