Public Member Functions
ecl::Format< int > Class Template Reference

Formatter for int types. It is a specialisation of the Format<IntegralNumber> class. More...

#include <number.hpp>

Inheritance diagram for ecl::Format< int >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

template<>
class ecl::Format< int >

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

Definition at line 425 of file number.hpp.


Constructor & Destructor Documentation

ecl::Format< int >::Format ( int  w = -1,
Alignment  a = NoAlign,
IntegralBase  b = Dec 
) [inline]

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.

Definition at line 434 of file number.hpp.

virtual ecl::Format< int >::~Format ( ) [inline, virtual]

Definition at line 435 of file number.hpp.


The documentation for this class was generated from the following file:


ecl_formatters
Author(s): Daniel Stonier
autogenerated on Thu Jun 6 2019 21:17:36