|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
|
Descriptor for printing a table cell. More...
#include <Table.h>
Public Member Functions | |
| Cell (Expressions::PtrToScalar< double > expr, int width, int prec) | |
| Constructor. | |
Public Attributes | |
| Expressions::PtrToScalar< double > | itsExpr |
| The expression generating the values for this Cell. | |
| int | printWidth |
| The cell width in print characters. | |
| int | printPrecision |
| The number of digits printed for this cell. | |
|
inline |
Constructor.
Definition at line 49 of file Table.h.
References itsExpr, printPrecision, and printWidth.
| Expressions::PtrToScalar<double> Table::Cell::itsExpr |
| int Table::Cell::printPrecision |
| int Table::Cell::printWidth |