| 129 | } |
| 130 | |
| 131 | void DataTable::gridCompleteGuard() const |
| 132 | { |
| 133 | if (!(isGridComplete() || allowIncompleteGrid)) |
| 134 | { |
| 135 | throw Exception("DataTable::gridCompleteGuard: The grid is not complete yet!"); |
| 136 | } |
| 137 | } |
| 138 | |
| 139 | void DataTable::save(const std::string &fileName) const |
| 140 | { |