▼Necl | Embedded control libraries |
▼Ninterfaces | Supporting elements and interfaces |
CFormatFloat | Formatter for float types |
CFormatNumber | Formatter for integral types |
CFormat | Primary template for all formatter classes |
CFormat< char > | Formatter for char types. It is a specialisation of the Format<IntegralNumber> class |
CFormat< double > | Formatter for double types |
CFormat< float > | Formatter for float types |
CFormat< int > | Formatter for int types. It is a specialisation of the Format<IntegralNumber> class |
CFormat< long > | Formatter for long types. It is a specialisation of the Format<IntegralNumber> class |
CFormat< short > | Formatter for short types. It is a specialisation of the Format<IntegralNumber> class |
CFormat< signed char > | Formatter for signed char types. It is a specialisation of the Format<IntegralNumber> class |
CFormat< std::string > | Formatter for string types |
CFormat< unsigned char > | Formatter for unsigned char types. It is a specialisation of the Format<IntegralNumber> class |
CFormat< unsigned int > | Formatter for unsigned int types. It is a specialisation of the Format<IntegralNumber> class |
CFormat< unsigned long > | Formatter for unsigned long types. It is a specialisation of the Format<IntegralNumber> class |
CFormat< unsigned short > | Formatter for unsigned short types. It is a specialisation of the Format<IntegralNumber> class |
CPrecisionWidth | Precision width trait for fundamental types |
CPrecisionWidth< double > | Precision width trait for doubles |
CPrecisionWidth< float > | Precision width trait for floats |