TrinityCore
StartProcess.h File Reference
#include "Define.h"
#include <future>
#include <memory>
#include <vector>
#include <string>
+ Include dependency graph for StartProcess.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Trinity::AsyncProcessResult
 

Namespaces

namespace  Trinity
 

Functions

int Trinity::StartProcess (std::string const &executable, std::vector< std::string > const &args, std::string const &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)