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
ProcExec.cpp File Reference
#include <sstream>
#include <iterator>
#include <Poco/Pipe.h>
#include <Poco/PipeStream.h>
#include "ProcExec.hpp"
Include dependency graph for ProcExec.cpp:

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)

Function Documentation

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.