|
void | open (const std::string &path, const std::string &mode="r") |
|
void | unlink (const std::string &path) |
|
virtual size_t | write (const void *v, size_t count) |
|
virtual size_t | read (void *v, size_t count) |
|
int | get_fd () const |
|
bool | select (int sec=-1, int usec=-1) |
|
bool | select2 (int sec=-1, int usec=-1) |
|
bool | close () |
|
|
static Fifo | mkfifo (const std::string &path) |
|
Definition at line 22 of file Fifo.h.
The documentation for this class was generated from the following files: