OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
Table::Cell Struct Reference

Descriptor for printing a table cell. More...

#include <Table.h>

Collaboration diagram for Table::Cell:

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.

Detailed Description

Descriptor for printing a table cell.

Definition at line 47 of file Table.h.

Constructor & Destructor Documentation

◆ Cell()

Table::Cell::Cell ( Expressions::PtrToScalar< double > expr,
int width,
int prec )
inline

Constructor.

Definition at line 49 of file Table.h.

References itsExpr, printPrecision, and printWidth.

Member Data Documentation

◆ itsExpr

Expressions::PtrToScalar<double> Table::Cell::itsExpr

The expression generating the values for this Cell.

Definition at line 53 of file Table.h.

Referenced by Cell().

◆ printPrecision

int Table::Cell::printPrecision

The number of digits printed for this cell.

Definition at line 59 of file Table.h.

Referenced by Cell().

◆ printWidth

int Table::Cell::printWidth

The cell width in print characters.

Definition at line 56 of file Table.h.

Referenced by Cell().


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