|
libdballe
7.7
|
Write bulletins in CSV format to an output stream. More...
#include <bulletin.h>
Public Member Functions | |
| BulletinCSVWriter (FILE *out) | |
| void | output_bulletin (const wreport::Bulletin &bulletin) |
Protected Attributes | |
| bool | first = true |
| FILE * | out |
Write bulletins in CSV format to an output stream.
Headers will only be written for the first bulletin, and will not be written output_bulletin is never called.
The output stream will be left open when the class is destroyed.
1.8.9.1