|
GNU CommonC++
|
This is the complete list of members for ost::Buffer, including all inherited members.
| Buffer(size_t capacity) | ost::Buffer | |
| Conditional(const char *id=NULL) | ost::Conditional | |
| enterMutex(void) | ost::Conditional | |
| get(Buffer &b, void *o, timeout_t t=0) | ost::Buffer | related |
| getSize(void) | ost::Buffer | inline |
| getUsed(void) | ost::Buffer | inline |
| isValid(void) | ost::Buffer | virtual |
| leaveMutex(void) | ost::Conditional | |
| lock(void) | ost::Conditional | inline |
| onPeek(void *buf)=0 | ost::Buffer | protectedpure virtual |
| onPost(void *buf)=0 | ost::Buffer | protectedpure virtual |
| onWait(void *buf)=0 | ost::Buffer | protectedpure virtual |
| peek(void *buf) | ost::Buffer | |
| peek(Buffer &b, void *o) | ost::Buffer | related |
| post(void *buf, timeout_t timeout=0) | ost::Buffer | |
| put(Buffer &b, void *o, timeout_t t=0) | ost::Buffer | related |
| signal(bool broadcast) | ost::Conditional | |
| test(void) | ost::Conditional | inline |
| timeout | ost::Buffer | static |
| tryEnterMutex(void) | ost::Conditional | |
| unlock(void) | ost::Conditional | inline |
| wait(void *buf, timeout_t timeout=0) | ost::Buffer | |
| ost::Conditional::wait(timeout_t timer=0, bool locked=false) | ost::Conditional | |
| ~Buffer() | ost::Buffer | virtual |
| ~Conditional() | ost::Conditional | virtual |