#include <PipeProcess.h>
| Public Member Functions | |
| virtual | ~PipeProcess () | 
| Static Public Member Functions | |
| static bool | executeProcess (const std::string &command, const std::vector< std::string > &args, const std::string &filenameStdin, std::string &outString, std::string &errorString) | 
| 
 | virtual | 
| 
 | static | 
File as Stdin for windows does not work (yet) So the filename must be given into the args vector and argument filenameStdin is currently ignored