Common formatting definitions. More...
Go to the source code of this file.
Classes | |
class | ecl::Format< T > |
Primary template for all formatter classes. More... | |
struct | ecl::PrecisionWidth< Type > |
Precision width trait for fundamental types. More... | |
struct | ecl::PrecisionWidth< double > |
Precision width trait for doubles. More... | |
struct | ecl::PrecisionWidth< float > |
Precision width trait for floats. More... | |
Namespaces | |
namespace | ecl |
Embedded control libraries. | |
Enumerations | |
enum | Alignment { ecl::NoAlign, ecl::LeftAlign, ecl::RightAlign, ecl::CentreAlign } |
Alignment tags for text formatting. More... |