DataMerger.hpp
Go to the documentation of this file.
1 
19 #pragma once
20 
21 #include <string>
22 #include <vector>
23 
24 
25 namespace ISM
26 {
27 
32 {
33  public:
34  void merge(const std::string& targetFile, const std::vector<std::string>& sourceFiles, bool mergeRecordings, bool mergeModels);
35 };
36 }
void merge(const std::string &targetFile, const std::vector< std::string > &sourceFiles, bool mergeRecordings, bool mergeModels)
Definition: DataMerger.cpp:26
this namespace contains all generally usable classes.


asr_lib_ism
Author(s): Hanselmann Fabian, Heller Florian, Heizmann Heinrich, Kübler Marcel, Mehlhaus Jonas, Meißner Pascal, Qattan Mohamad, Reckling Reno, Stroh Daniel
autogenerated on Wed Jan 8 2020 04:02:40