acquire(void) | RWTMonitor< RWMutexLock > | inlineprotected |
canRead(void) const | RWPCBufferBase | |
canWrite(void) const | RWPCBufferBase | |
close(void) | RWPCBufferBase | |
entries(void) const | RWPCBufferBase | |
flush(void) | RWPCBufferBase | |
getCapacity(void) const | RWPCBufferBase | |
getCloseCallback(void) const | RWPCBufferBase | |
getEmptyCallback(void) const | RWPCBufferBase | |
getFullCallback(void) const | RWPCBufferBase | |
getOpenCallback(void) const | RWPCBufferBase | |
isAcquired(void) const | RWTMonitor< RWMutexLock > | protected |
isOpen(void) const | RWPCBufferBase | |
LockGuard typedef | RWTMonitor< RWMutexLock > | protected |
monitor(void) const | RWTMonitor< RWMutexLock > | inlineprotected |
mutex(void) | RWTMonitor< RWMutexLock > | inlineprotected |
open(void) | RWPCBufferBase | |
operator=(const RWTMonitor< RWMutexLock > &) | RWTMonitor< RWMutexLock > | inlineprotected |
peek(void) | RWTPCValBufferBaseGuarded< Type, GuardAndPriorityDecorator > | inline |
peek(Type &result, unsigned long milliseconds) | RWTPCValBufferBaseGuarded< Type, GuardAndPriorityDecorator > | inline |
RWTPCValBufferBase< GuardAndPriorityDecorator >::peek(GuardAndPriorityDecorator &result, unsigned long milliseconds) | RWTPCValBufferBase< GuardAndPriorityDecorator > | |
read(void) | RWTPCValBufferBaseGuarded< Type, GuardAndPriorityDecorator > | inline |
read(Type &result, unsigned long milliseconds) | RWTPCValBufferBaseGuarded< Type, GuardAndPriorityDecorator > | inline |
RWTPCValBufferBase< GuardAndPriorityDecorator >::read(GuardAndPriorityDecorator &result, unsigned long milliseconds) | RWTPCValBufferBase< GuardAndPriorityDecorator > | |
release(void) | RWTMonitor< RWMutexLock > | inlineprotected |
RWTMonitor(void) | RWTMonitor< RWMutexLock > | inlineprotected |
RWTPCValBufferBaseGuarded< Type, GuardAndPriorityDecorator >::RWTMonitor(RWStaticCtor) | RWTMonitor< RWMutexLock > | inlineprotected |
RWTPCValBufferBaseGuarded< Type, GuardAndPriorityDecorator >::RWTMonitor(const RWTMonitor< RWMutexLock > &second) | RWTMonitor< RWMutexLock > | inlineprotected |
setCapacity(size_t maxCapacity) | RWPCBufferBase | |
setCloseCallback(const RWTFunctor< void()> &onCloseCallback) | RWPCBufferBase | |
setEmptyCallback(const RWTFunctor< void()> &onEmptyCallback) | RWPCBufferBase | |
setFullCallback(const RWTFunctor< void()> &onFullCallback) | RWPCBufferBase | |
setOpenCallback(const RWTFunctor< void()> &onOpenCallback) | RWPCBufferBase | |
tryAcquire(void) | RWTMonitor< RWMutexLock > | inlineprotected |
TryLockGuard typedef | RWTMonitor< RWMutexLock > | protected |
tryPeek(Type &value) | RWTPCValBufferBaseGuarded< Type, GuardAndPriorityDecorator > | inline |
RWTPCValBufferBase< GuardAndPriorityDecorator >::tryPeek(GuardAndPriorityDecorator &result) | RWTPCValBufferBase< GuardAndPriorityDecorator > | |
tryRead(Type &value) | RWTPCValBufferBaseGuarded< Type, GuardAndPriorityDecorator > | inline |
RWTPCValBufferBase< GuardAndPriorityDecorator >::tryRead(GuardAndPriorityDecorator &result) | RWTPCValBufferBase< GuardAndPriorityDecorator > | |
tryWrite(const Type &value) | RWTPCValBufferBaseGuardedPrioritized< Type, GuardAndPriorityDecorator > | inline |
tryWrite(const Type &value, const RWTFunctor< bool()> &guard) | RWTPCValBufferBaseGuardedPrioritized< Type, GuardAndPriorityDecorator > | inline |
tryWrite(long priority, const Type &value) | RWTPCValBufferBaseGuardedPrioritized< Type, GuardAndPriorityDecorator > | inline |
tryWrite(long priority, const Type &value, const RWTFunctor< bool()> &guard) | RWTPCValBufferBaseGuardedPrioritized< Type, GuardAndPriorityDecorator > | |
RWTPCValBufferBase< GuardAndPriorityDecorator >::tryWrite(const GuardAndPriorityDecorator &value) | RWTPCValBufferBase< GuardAndPriorityDecorator > | |
UnlockGuard typedef | RWTMonitor< RWMutexLock > | protected |
write(const Type &value) | RWTPCValBufferBaseGuardedPrioritized< Type, GuardAndPriorityDecorator > | inline |
write(const Type &value, unsigned long milliseconds) | RWTPCValBufferBaseGuardedPrioritized< Type, GuardAndPriorityDecorator > | inline |
write(const Type &value, const RWTFunctor< bool()> &guard) | RWTPCValBufferBaseGuardedPrioritized< Type, GuardAndPriorityDecorator > | inline |
write(const Type &value, const RWTFunctor< bool()> &guard, unsigned long milliseconds) | RWTPCValBufferBaseGuardedPrioritized< Type, GuardAndPriorityDecorator > | inline |
write(long priority, const Type &value) | RWTPCValBufferBaseGuardedPrioritized< Type, GuardAndPriorityDecorator > | inline |
write(long priority, const Type &value, unsigned long milliseconds) | RWTPCValBufferBaseGuardedPrioritized< Type, GuardAndPriorityDecorator > | inline |
write(long priority, const Type &value, const RWTFunctor< bool()> &guard) | RWTPCValBufferBaseGuardedPrioritized< Type, GuardAndPriorityDecorator > | |
write(long priority, const Type &value, const RWTFunctor< bool()> &guard, unsigned long milliseconds) | RWTPCValBufferBaseGuardedPrioritized< Type, GuardAndPriorityDecorator > | |
RWTPCValBufferBase< GuardAndPriorityDecorator >::write(const GuardAndPriorityDecorator &value) | RWTPCValBufferBase< GuardAndPriorityDecorator > | |
RWTPCValBufferBase< GuardAndPriorityDecorator >::write(const GuardAndPriorityDecorator &value, unsigned long milliseconds) | RWTPCValBufferBase< GuardAndPriorityDecorator > | |
~RWPCBufferBase(void) | RWPCBufferBase | virtual |
~RWTMonitor(void) | RWTMonitor< RWMutexLock > | inlineprotected |
~RWTPCValBufferBase(void) | RWTPCValBufferBase< GuardAndPriorityDecorator > | virtual |
~RWTPCValBufferBaseDecorated(void) | RWTPCValBufferBaseDecorated< Type, GuardAndPriorityDecorator > | virtual |
~RWTPCValBufferBaseGuarded(void) | RWTPCValBufferBaseGuarded< Type, GuardAndPriorityDecorator > | virtual |
~RWTPCValBufferBaseGuardedPrioritized(void) | RWTPCValBufferBaseGuardedPrioritized< Type, GuardAndPriorityDecorator > | virtual |
~RWTPCValBufferBasePrioritized(void) | RWTPCValBufferBasePrioritized< Type, GuardAndPriorityDecorator > | virtual |