Data Structures | |
| struct | MyInterests |
| struct | InterestedInClass |
| struct | LikeEverything |
| struct | SedicenneMetallaro |
| class | PipeQueueConsumer |
| class | PipeQueue |
| class | MasterQueueInterface |
| class | ConsumerQueueInterface |
Functions | |
| bool | fd_ready (int fd, int microsec) |
| bool | writePointer (int fd, void *x) |
| bool | readPointer (int fd, void **x) |
| bool | setNonBlocking (int fd) |
| void | logIt (const std::string &) |
| bool PosixQueues::fd_ready | ( | int | fd, | |
| int | microsec | |||
| ) |
| void PosixQueues::logIt | ( | const std::string & | ) |
Definition at line 116 of file pipequeue.cpp.
| bool PosixQueues::readPointer | ( | int | fd, | |
| void ** | x | |||
| ) |
Definition at line 73 of file pipequeue.cpp.
References fd_ready().

| bool PosixQueues::setNonBlocking | ( | int | fd | ) |
Definition at line 95 of file pipequeue.cpp.
| bool PosixQueues::writePointer | ( | int | fd, | |
| void * | x | |||
| ) |
Definition at line 63 of file pipequeue.cpp.
1.5.6