Nymph  v1.5.2
Flow-Based Data Processing Framework
KTRunNymph.hh
Go to the documentation of this file.
1 /*
2  * RunNymph.hh
3  *
4  * Created on: Sep 13, 2016
5  * Author: obla999
6  */
7 
8 #ifndef NYMPH_RUNNYMPH_HH_
9 #define NYMPH_RUNNYMPH_HH_
10 
11 #include <memory>
12 
13 namespace Nymph
14 {
15  class KTApplication;
16 
17  int RunNymph( std::shared_ptr< KTApplication > aApp);
18 }
19 
20 
21 #endif /* NYMPH_RUNNYMPH_HH_ */
int RunNymph(std::shared_ptr< KTApplication > app)
Definition: KTRunNymph.cc:20