18 #ifndef LUNCHBOX_LAUNCHER_H 19 #define LUNCHBOX_LAUNCHER_H 31 LUNCHBOX_API
static bool run(
const std::string& command );
37 static void _buildCommandLine(
const std::string&,
Strings& );
42 #endif // LUNCHBOX_LAUNCHER_H Defines export visibility macros for library Lunchbox.
Basic type definitions not provided by the operating system.
The launcher executes a command from a separate process.
std::vector< std::string > Strings
A vector of std::strings.
static bool run(const std::string &command)
Execute the given command in a new process.
Abstraction layer and common utilities for multi-threaded programming.