#include <IPopen.h>
Inheritance diagram for PLearn::IPopen:
Public Member Functions | |
IPopen (IPServer &server) | |
IPopen (IPServer &server, const string &command, bool the_verbose=false) | |
~IPopen () | |
int | get_socket_fd () const |
Public Attributes | |
PStream | pipe |
Protected Member Functions | |
void | launch (IPServer &server, const string &command) |
full text variant: this one is interpreted like a console /bin/sh command | |
void | establish_communication (IPServer &server) |
Protected Attributes | |
bool | verbose |
int | socket_fd |
|
Definition at line 119 of file IPopen.h. References establish_communication(). |
|
|
|
Definition at line 67 of file IPopen.cc. References socket_fd. |
|
Definition at line 75 of file IPopen.cc. References PLearn::PStream::attach(), PLearn::IPServer::get_address(), PLearn::IPServer::get_socket_fd(), pipe, PLERROR, and socket_fd. |
|
Definition at line 125 of file IPopen.h. References socket_fd. |
|
full text variant: this one is interpreted like a console /bin/sh command
Definition at line 55 of file IPopen.cc. References PLearn::endl(), establish_communication(), and verbose. Referenced by IPopen(). |
|
Definition at line 116 of file IPopen.h. Referenced by establish_communication(). |
|
Definition at line 134 of file IPopen.h. Referenced by establish_communication(), get_socket_fd(), and ~IPopen(). |
|
|