PTY Class Reference
#include <kdesu_pty.h>
Detailed Description
PTY compatibility routines.This class tries to emulate a UNIX98 PTY API on various platforms.
Definition at line 25 of file kdesu_pty.h.
Public Member Functions | |
PTY () | |
~PTY () | |
int | getpt () |
int | grantpt () |
int | unlockpt () |
QCString | ptsname () |
Constructor & Destructor Documentation
|
Construct a PTY object.
Definition at line 80 of file kdesu_pty.cpp. |
|
Destructs the object. The PTY is closed if it is still open. Definition at line 85 of file kdesu_pty.cpp. |
Member Function Documentation
|
Allocate a pty.
Definition at line 94 of file kdesu_pty.cpp. |
|
Grant access to the slave side.
Definition at line 195 of file kdesu_pty.cpp. |
|
Get the slave name.
Definition at line 295 of file kdesu_pty.cpp. |
|
Unlock the slave side.
Definition at line 264 of file kdesu_pty.cpp. |
The documentation for this class was generated from the following files: