#include "ISTable.h"
void ISTable::PrintTable();
void ISTable::PrintTable(CifString IndexName);
PrintTable prints a representation of the table to standard output, but is not guaranteed to have a nice look.
PrintTable(CifString ) prints a representation of the table to standard output, rows are sorted by index.
| indexName | The name of the index. |
None
| See also: | Assert |
|---|