Public Member Functions
ecl::Format< unsigned short > Class Template Reference

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

#include <number.hpp>

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

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

Definition at line 496 of file number.hpp.


Constructor & Destructor Documentation

ecl::Format< unsigned short >::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 505 of file number.hpp.

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

Definition at line 506 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