|
ODIN
|
This is the complete list of members for Process, including all inherited members.
| finished(int &proc_return_value, STD_string &stdout_result, STD_string &stderr_result, bool block_till_finished=false) | Process | |
| finished(int &proc_return_value, bool block_till_finished=false) | Process | |
| kill(const svector &extra_kill=svector()) | Process | |
| Process() | Process | inline |
| start(const STD_string &cmdline, bool block_till_finished=false, bool log_std_streams=true) | Process | |
| system(const STD_string &cmdline, STD_string &stdout_result, STD_string &stderr_result) | Process | static |