Formatter for fixed size float arrays. More...
#include <formatters.hpp>

Public Member Functions | |
| ArrayFormatter (const int p=2, const int w=-1) | |
| Default constructor. | |
| virtual | ~ArrayFormatter () |
Formatter for fixed size float arrays.
Allows precision settings for formatting of fixed size float arrays.
| N | : the size of the fixed size float array to be formatted. |
Definition at line 281 of file array/formatters.hpp.
| ecl::formatters::ArrayFormatter< float, N >::ArrayFormatter | ( | const int | p = 2, |
| const int | w = -1 |
||
| ) | [inline] |
Default constructor.
Optionally accepts a precision setting for the contents of the array.
| p | : the number of decimal places of precision [default : 2]. |
| w | : width [default : no width constraint] |
Definition at line 292 of file array/formatters.hpp.
| virtual ecl::formatters::ArrayFormatter< float, N >::~ArrayFormatter | ( | ) | [inline, virtual] |
Definition at line 294 of file array/formatters.hpp.