Represents the state of a child process. More...
#include <gnewprocess.h>
Public Member Functions | |
ChildProcess (const ChildProcess &) | |
~ChildProcess () | |
void | operator= (const ChildProcess &) |
int | wait () |
std::string | read () |
Friends | |
class | NewProcess |
Represents the state of a child process.
Definition at line 56 of file gnewprocess.h.
G::NewProcess::ChildProcess::ChildProcess | ( | const ChildProcess & | other | ) |
Definition at line 102 of file gnewprocess_unix_exec_enabled.cpp.
References G::NewProcess::ChildProcessImp::m_ref_count.
G::NewProcess::ChildProcess::~ChildProcess | ( | ) |
Definition at line 95 of file gnewprocess_unix_exec_enabled.cpp.
void G::NewProcess::ChildProcess::operator= | ( | const ChildProcess & | rhs | ) |
Definition at line 108 of file gnewprocess_unix_exec_enabled.cpp.
std::string G::NewProcess::ChildProcess::read | ( | ) |
Definition at line 119 of file gnewprocess_unix_exec_enabled.cpp.
int G::NewProcess::ChildProcess::wait | ( | ) |
Definition at line 114 of file gnewprocess_unix_exec_enabled.cpp.
|
friend |
Definition at line 65 of file gnewprocess.h.