#include "Define.h"
#include <future>
#include <memory>
#include <vector>
#include <string>
Go to the source code of this file.
|
int | Trinity::StartProcess (std::string executable, std::vector< std::string > args, std::string logger, std::string input_file, bool secure) |
|
std::shared_ptr< AsyncProcessResult > | Trinity::StartAsyncProcess (std::string executable, std::vector< std::string > args, std::string logger, std::string input_file, bool secure) |
|
std::string | Trinity::SearchExecutableInPath (std::string const &filename) |
|