Class Index | Cross Index | Namespace Index |
Contained in: General
Derived from:
none
Derived by:
none
#include "general/Fork.hh"
public function member index: |
|||
Fork | (); | ||
virtual | ~Fork | (); | |
pid_t | ChildPid | () const; | |
void | Spawn | (); | |
protected function member index: |
|||
virtual void | evalChild | (); | |
virtual void | evalParent | (); | |
int | getReadFD | () const; | |
int | getWriteFD | () const; | |
bool | isParent | () const; | |
private function member index: |
|||
void | close_pipe | (int Major, int Minor); | |
void | close_pipes | (); | |