Increments the counter for the notes when a report is generated with multiple input files
| 45 | |
| 46 | /// Increments the counter for the notes when a report is generated with multiple input files |
| 47 | void ValidateCsvWriter::next_file() { |
| 48 | flush_detail_data(); |
| 49 | current_row++; |
| 50 | } |
| 51 | |
| 52 | BOOL ValidateCsvWriter::is_open() const { |
| 53 | return (BOOL)(file != nullptr); |