Template Class Format< char >

Inheritance Relationships

Base Type

Class Documentation

template<>
class Format<char> : public ecl::interfaces::FormatNumber<char>

Formatter for 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.

Parameters:
  • w – : the total width of the text output.

  • a – : the aligning property for the output text.

  • b – : the base representation used for the output.

inline virtual ~Format()