#include <self_pipe.hpp>
◆ self_pipe() [1/2]
tacopie::self_pipe::self_pipe |
( |
void |
| ) |
|
◆ ~self_pipe()
tacopie::self_pipe::~self_pipe |
( |
void |
| ) |
|
◆ self_pipe() [2/2]
tacopie::self_pipe::self_pipe |
( |
const self_pipe & |
| ) |
|
|
delete |
◆ clr_buffer()
void tacopie::self_pipe::clr_buffer |
( |
void |
| ) |
|
clear the pipe (basically read from the pipe)
◆ get_read_fd()
fd_t tacopie::self_pipe::get_read_fd |
( |
void |
| ) |
const |
- Returns
- the read fd of the pipe
◆ get_write_fd()
fd_t tacopie::self_pipe::get_write_fd |
( |
void |
| ) |
const |
- Returns
- the write fd of the pipe
◆ notify()
void tacopie::self_pipe::notify |
( |
void |
| ) |
|
notify the self pipe (basically write to the pipe)
◆ operator=()
◆ m_fds
fd_t tacopie::self_pipe::m_fds[2] |
|
private |
The documentation for this class was generated from the following file: