Template Class Format< unsigned char >

Inheritance Relationships

Base Types

Class Documentation

template<> ecl::Format< unsigned char > : public unsigned char::Formatter , public ecl::interfaces::FormatNumber< unsigned char >

Formatter for unsigned char types. It is a specialisation of the Format<IntegralNumber> class.

Public Functions

inline Format(int w = -1, Alignment a = NoAlign, IntegralBase b = Dec)

Default constructor.

inline virtual ~Format()