Formatter for char types. It is a specialisation of the Format<IntegralNumber> class. More...
#include <number.hpp>
Public Member Functions | |
Format (int w=-1, Alignment a=NoAlign, IntegralBase b=Dec) | |
virtual | ~Format () |
Formatter for char types. It is a specialisation of the Format<IntegralNumber> class.
Definition at line 460 of file number.hpp.
ecl::Format< char >::Format | ( | int | w = -1 , |
Alignment | a = NoAlign , |
||
IntegralBase | b = Dec |
||
) | [inline] |
Default constructor.
w | : the total width of the text output. |
a | : the aligning property for the output text. |
b | : the base representation used for the output. |
Definition at line 469 of file number.hpp.
virtual ecl::Format< char >::~Format | ( | ) | [inline, virtual] |
Definition at line 470 of file number.hpp.