![]() |
TrinityCore
|
#include "StartProcess.h"
#include "Errors.h"
#include "Log.h"
#include "Memory.h"
#include "Optional.h"
#include <fmt/ranges.h>
Go to the source code of this file.
Classes | |
class | Trinity::AsyncProcessResultImplementation |
Namespaces | |
namespace | Trinity |
Macros | |
#define | BOOST_PROCESS_V1_HEADER(header) <boost/process/header> |
Functions | |
int32 | 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) |
#define BOOST_PROCESS_V1_HEADER | ( | header | ) | <boost/process/header> |
Definition at line 23 of file StartProcess.cpp.