paludis
Version 2.6.0
|
#include <pty.hh>
Basic operations | |
Pty () | |
Pty (const bool close_exec) | |
Pty (const bool close_exec, const unsigned short columns, const unsigned short lines) | |
virtual | ~Pty () |
Additional Inherited Members | |
![]() | |
Channel () | |
virtual | ~Channel () |
Channel (const Channel &)=delete | |
Channel & | operator= (const Channel &)=delete |
int | read_fd () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
int | write_fd () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
void | clear_read_fd () |
void | clear_write_fd () |
![]() | |
int | _fds [2] |
Wrapper around pty file descriptors.