Public Member Functions | List of all members
ecl::Format< double > Class Template Reference

Formatter for double types. More...

#include <floats.hpp>

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

Public Member Functions

 Format (int w=-1, int p=4, Alignment a=NoAlign, FloatBase b=Fixed)
 
virtual ~Format ()
 
- Public Member Functions inherited from ecl::interfaces::FormatFloat< double >
FormatFloat< double > & align (const ecl::Alignment a)
 Sets the alignment format parameter. More...
 
FormatFloat< double > & base (const ecl::FloatBase b)
 Sets the base notation to use. More...
 
 FormatFloat (const int w=-1, const unsigned int p=4, const ecl::Alignment a=NoAlign, const ecl::FloatBase b=Fixed)
 
FormatFloat< double > & operator() (unsigned int p, const int w)
 
FormatFloat< double > & operator() (const unsigned int p, const int w, const ecl::Alignment align, const ecl::FloatBase b)
 
FormatFloat< double > & operator() (const doublen)
 
FormatFloat< double > & operator() (const doublen, const unsigned int p, const int w)
 
FormatFloat< double > & operator() (const doublen, const unsigned int p, const int w, const ecl::Alignment align, const ecl::FloatBase b)
 
FormatFloat< double > & precision (const unsigned int p)
 Sets the precision format parameter. More...
 
int precision ()
 Returns the current precision setting. More...
 
FormatFloat< double > & width (const int w)
 Sets the width format parameter. More...
 
int width ()
 Returns the current precision setting. More...
 
virtual ~FormatFloat ()
 

Additional Inherited Members

- Protected Member Functions inherited from ecl::interfaces::FormatFloat< double >
void formatFixed (OutputStream &ostream) const
 
void formatSci (OutputStream &ostream) const
 
void pad (int n, OutputStream &ostream) const
 
void postPad (int n, OutputStream &ostream) const
 
void prePad (int n, OutputStream &ostream) const
 
- Protected Attributes inherited from ecl::interfaces::FormatFloat< double >
ecl::Alignmentalignment_
 
ecl::FloatBasebase_
 
int * precision_
 
ecl::Alignment prm_alignment
 
ecl::FloatBase prm_base
 
int prm_precision
 
int prm_width
 
bool ready_to_format
 
ecl::Alignment tmp_alignment
 
ecl::FloatBase tmp_base
 
int tmp_precision
 
int tmp_width
 
double value_
 
int * width_
 

Detailed Description

template<>
class ecl::Format< double >

Formatter for double types.

It is a specialisation of the Format<T> template family. Its entire functionality is inherited from FormatFloat (this class simply provides a convenient handle in the Format<T> family).

Definition at line 519 of file floats.hpp.

Constructor & Destructor Documentation

ecl::Format< double >::Format ( int  w = -1,
int  p = 4,
Alignment  a = NoAlign,
FloatBase  b = Fixed 
)
inline

Default constructor. Initialises the format tags for width, precision, alignment and base.

Parameters
w: width (default - no width constraints)
p: the number of decimal places of precision (default - 4)
a: the textual alignment (default - no alignment constraints)
b: the base format for the floating point representation (default - fixed)

Definition at line 529 of file floats.hpp.

virtual ecl::Format< double >::~Format ( )
inlinevirtual

Definition at line 533 of file floats.hpp.


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


ecl_formatters
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:24