Formatter for int 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 int types. It is a specialisation of the Format<IntegralNumber> class.
Definition at line 425 of file number.hpp.
| ecl::Format< int >::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 434 of file number.hpp.
| virtual ecl::Format< int >::~Format | ( | ) | [inline, virtual] |
Definition at line 435 of file number.hpp.