|
RTEMS Linker
0.0.1
RTEMS Tools Project
|
Process execute and various supporting parts. More...
#include <list>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | rld::process::temporary_files |
| class | rld::process::tempfile |
| struct | rld::process::status |
Namespaces | |
| namespace | rld |
| namespace | rld::process |
Typedefs | |
| typedef std::vector< std::string > | rld::process::arg_container |
Functions | |
| status | rld::process::execute (const std::string &pname, const arg_container &args, const std::string &outname, const std::string &errname) |
| status | rld::process::execute (const std::string &pname, const std::string &command, const std::string &outname, const std::string &errname) |
| void | rld::process::parse_command_line (const std::string &command, arg_container &args) |
Process execute and various supporting parts.