Mercurial > hg > svcore
comparison data/fileio/CSVStreamWriter.h @ 1452:6e9615bde1f9 streaming-csv-writer
For sparse models, write whole model to CSV in one go
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 17 Apr 2018 10:37:50 +0100 |
parents | deabf9fd3d28 |
children | 743c38b209d0 |
comparison
equal
deleted
inserted
replaced
1451:b40f67578976 | 1452:6e9615bde1f9 |
---|---|
11 published by the Free Software Foundation; either version 2 of the | 11 published by the Free Software Foundation; either version 2 of the |
12 License, or (at your option) any later version. See the file | 12 License, or (at your option) any later version. See the file |
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #ifndef CSV_STREAM_WRITER_H | 16 #ifndef SV_CSV_STREAM_WRITER_H |
17 #define CSV_STREAM_WRITER_H | 17 #define SV_CSV_STREAM_WRITER_H |
18 | 18 |
19 #include "base/BaseTypes.h" | 19 #include "base/BaseTypes.h" |
20 #include "base/Selection.h" | 20 #include "base/Selection.h" |
21 #include "base/ProgressReporter.h" | 21 #include "base/ProgressReporter.h" |
22 #include "base/DataExportOptions.h" | 22 #include "base/DataExportOptions.h" |