JODA
0.13.1 (59b41972)
JSON On-Demand Analysis
libs
joda
core
modules
misc
include
joda
misc
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>
12
class
JSONFileWriter
{
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
JSONFileWriter
Definition:
JSONFileWriter.h:12
JSONFileWriter::writeFile
void writeFile(const std::string &file, const std::vector< std::string > &lines, bool append=false)
Definition:
JSONFileWriter.cpp:10
Generated by
1.9.1