|
preCICE v3.3.0
|
#include <TableWriter.hpp>
Public Member Functions | |
| Column (std::string const &name) | |
| Column (std::string const &name, int width) | |
| Column (std::string const &name, int width, int precision) | |
Public Attributes | |
| std::string | name |
| int | width |
| int | precision = 6 |
Definition at line 14 of file TableWriter.hpp.
|
explicit |
Definition at line 10 of file TableWriter.cpp.
| Column::Column | ( | std::string const & | name, |
| int | width ) |
| Column::Column | ( | std::string const & | name, |
| int | width, | ||
| int | precision ) |
| std::string Column::name |
Definition at line 15 of file TableWriter.hpp.
| int Column::precision = 6 |
Definition at line 17 of file TableWriter.hpp.
| int Column::width |
Definition at line 16 of file TableWriter.hpp.