OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Public Attributes | List of all members
Table::Cell Struct Reference

Descriptor for printing a table cell. More...

#include <Table.h>

Collaboration diagram for Table::Cell:
Collaboration graph
[legend]

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...
 

Detailed Description

Descriptor for printing a table cell.

Definition at line 47 of file Table.h.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 49 of file Table.h.

Member Data Documentation

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

The expression generating the values for this Cell.

Definition at line 53 of file Table.h.

int Table::Cell::printPrecision

The number of digits printed for this cell.

Definition at line 59 of file Table.h.

int Table::Cell::printWidth

The cell width in print characters.

Definition at line 56 of file Table.h.


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