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