RTEMS Linker  0.0.1
RTEMS Tools Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
/Users/chris/Development/rtems/src/apps/rtl-host.chrisj/rld-process.h File Reference

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)
 

Detailed Description

Process execute and various supporting parts.