JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
JoinParser.h
Go to the documentation of this file.
1 //
2 // Created by Nico Schäfer on 09/01/18.
3 //
4 
5 #ifndef JODA_JOINPARSER_H
6 #define JODA_JOINPARSER_H
7 
9 
11 
16 class JoinParser {
17  public:
24  void parse(const FileJoinManager &jm, std::shared_ptr<JSONStorage> &storage);
25 };
26 
27 #endif // JODA_JOINPARSER_H
Definition: FileJoinManager.h:15
Definition: JoinParser.h:16
void parse(const FileJoinManager &jm, std::shared_ptr< JSONStorage > &storage)
Definition: JoinParser.cpp:15