paludis
Version 2.6.0
|
#include <channel.hh>
Protected Attributes | |
int | _fds [2] |
Basic operations | |
Channel () | |
virtual | ~Channel () |
Channel (const Channel &)=delete | |
Channel & | operator= (const Channel &)=delete |
File descriptors | |
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 () |
Wrapper around a read/write file descriptor pair, such as a pipe.