HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <sstream>
#include <string.h>
#include <stdio.h>
#include <sys/wait.h>
#include <Poco/TemporaryFile.h>
#include "ShellExec.hpp"
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) |
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.