HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <sstream>
#include <iterator>
#include <Poco/Pipe.h>
#include <Poco/PipeStream.h>
#include "ProcExec.hpp"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const ProcExec &procExec) |
std::string & | operator<< (std::string &str, const ProcExec &procExec) |
std::ostream& operator<< | ( | std::ostream & | os, |
const ProcExec & | procExec | ||
) |
Definition at line 60 of file ProcExec.cpp.
std::string& operator<< | ( | std::string & | str, |
const ProcExec & | procExec | ||
) |
Definition at line 66 of file ProcExec.cpp.