Template Class Format< unsigned char >

Inheritance Relationships

Base Type

Class Documentation

template<>
class Format<unsigned char> : 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()