|
My Project
|
#include <PipeQ.h>
Public Member Functions | |
| PipeQ () | |
| ~PipeQ () | |
| void | sendMsg (Msg *msg) |
| void | readMsg (Msg *msg) |
| int | fd () |
| fd_set | rfds () |
Template class for a message queue implemented using pipes
| gcp::util::PipeQ< Msg >::PipeQ | ( | ) |
| gcp::util::PipeQ< Msg >::~PipeQ | ( | ) |
| int gcp::util::PipeQ< Msg >::fd | ( | ) |
Return the selectable file descriptor associated with this message queue.
Get the readable file descriptor associated with this queue
| void gcp::util::PipeQ< Msg >::readMsg | ( | Msg * | msg | ) |
| fd_set gcp::util::PipeQ< Msg >::rfds | ( | ) |
Return an intialized set of readable file descriptors associated with this queue.
Get the readable file descriptor associated with this queue.
| void gcp::util::PipeQ< Msg >::sendMsg | ( | Msg * | msg | ) |