JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
JSONFileWriter.h
Go to the documentation of this file.
1 //
2 // Created by Nico Schäfer on 11/22/17.
3 //
4 
5 #ifndef JODA_JSONFILEWRITER_H
6 #define JODA_JSONFILEWRITER_H
7 #include <string>
8 #include <vector>
13  public:
20  void writeFile(const std::string &file, const std::vector<std::string> &lines,
21  bool append = false);
22 };
23 
24 #endif // JODA_JSONFILEWRITER_H
Definition: JSONFileWriter.h:12
void writeFile(const std::string &file, const std::vector< std::string > &lines, bool append=false)
Definition: JSONFileWriter.cpp:10