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

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

#include <number.hpp>

Inheritance diagram for ecl::Format< char >:
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< char >

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

Definition at line 460 of file number.hpp.


Constructor & Destructor Documentation

ecl::Format< char >::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 469 of file number.hpp.

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

Definition at line 470 of file number.hpp.


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


ecl_formatters
Author(s): Daniel Stonier
autogenerated on Sun Oct 5 2014 23:35:27