Closes the current section and restores the parent context; finalizes output if the root section is closed
| 189 | |
| 190 | /// Closes the current section and restores the parent context; finalizes output if the root section is closed |
| 191 | BOOL ValidateCsvWriter::end(const std::string& key) { |
| 192 | if (file == nullptr) return FALSE; |
| 193 | |
| 194 | return TRUE; |
| 195 | } |