comparison base/Selection.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 cc27f35aa75c
children c01cbe41aeb5
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 _SELECTION_H_ 16 #ifndef SV_SELECTION_H
17 #define _SELECTION_H_ 17 #define SV_SELECTION_H
18 18
19 #include <cstddef> 19 #include <cstddef>
20 #include <set> 20 #include <set>
21 21
22 #include "XmlExportable.h" 22 #include "XmlExportable.h"