Belle II Software  release-05-02-19
CommandLine.h
1 #ifndef COMMANDLINE_H
2 #define COMMANDLINE_H
3 
4 #include <string>
5 #include <stdio.h>
6 #include <string.h>
7 
8 namespace Belle2 {
13  class CommandLine {
14  public:
15  CommandLine() {}; // Constructor
16  ~CommandLine() {}; // Destructor
17 
18  static int run_shell(const std::string& cmdstr, std::string& respstr);
19 
20  };
21 
23 }
24 
25 #endif
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::CommandLine
Definition: CommandLine.h:13