HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ShellExec.cpp File Reference
#include <sstream>
#include <string.h>
#include <stdio.h>
#include <sys/wait.h>
#include <Poco/TemporaryFile.h>
#include "ShellExec.hpp"
Include dependency graph for ShellExec.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const ShellExec &shellExec)
std::string & operator<< (std::string &str, const ShellExec &shellExec)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const ShellExec shellExec 
)

Definition at line 70 of file ShellExec.cpp.

std::string& operator<< ( std::string &  str,
const ShellExec shellExec 
)

Definition at line 76 of file ShellExec.cpp.