ADTF
Loading...
Searching...
No Matches
process_impl.h File Reference
#include <a_util/filesystem/path.h>
#include <cstdint>
Include dependency graph for process_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  a_util
 Serves as the root component, with common functionality documented in core functionality.
 
namespace  a_util::process
 Serves as component for interaction with operating system processes.
 

Functions

uint32_t a_util::process::detail::execute (const a_util::filesystem::Path &executable_file, const std::string &arguments, const a_util::filesystem::Path &working_path, std::string &std_out, std::string &std_err)
 

Detailed Description

Private implementation for process functions