
Public Member Functions | |
| Table (int rows, vector< double > columnWidthFractions) | |
| T & | operator() (int r, int c) |
| T | operator() (int r, int c) const |
| int | getCols () const |
| int | getRows () const |
Public Attributes | |
| vector< double > | columnWidthFractions |
Definition at line 165 of file text.H.
1.4.4