rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWTPCValQueueGuardedPrioritized< Type > Member List

This is the complete list of members for RWTPCValQueueGuardedPrioritized< Type >, including all inherited members.
acquire()RWTMonitor< RWMutexLock > [protected]
canRead(void) const RWPCBufferBase [protected]
canWrite(void) const RWPCBufferBase [protected]
close(void)RWPCBufferBase [protected]
entries(void) const RWPCBufferBase [protected]
flush(void)RWPCBufferBase [protected]
getCapacity(void) const RWPCBufferBase [protected]
getCloseCallback(void) const RWPCBufferBase [protected]
getEmptyCallback(void) const RWPCBufferBase [protected]
getFullCallback(void) const RWPCBufferBase [protected]
getOpenCallback(void) const RWPCBufferBase [protected]
isAcquired() constRWTMonitor< RWMutexLock > [protected]
isOpen(void) const RWPCBufferBase [protected]
LockGuard typedefRWTMonitor< RWMutexLock > [protected]
monitor() constRWTMonitor< RWMutexLock > [protected]
mutex()RWTMonitor< RWMutexLock > [protected]
open(void)RWPCBufferBase [protected]
operator=(const RWTMonitor< RWMutexLock > &)RWTMonitor< RWMutexLock > [protected]
peek(void)RWTPCValBufferBaseGuarded< Type, RWTGuardAndPriorityDecorator< Type > > [inline]
peek(Type &result, unsigned long milliseconds)RWTPCValBufferBaseGuarded< Type, RWTGuardAndPriorityDecorator< Type > > [inline]
RWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > >::peek(RWTGuardAndPriorityDecorator< Type > &result, unsigned long milliseconds)RWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > >
read(void)RWTPCValBufferBaseGuarded< Type, RWTGuardAndPriorityDecorator< Type > > [inline]
read(Type &result, unsigned long milliseconds)RWTPCValBufferBaseGuarded< Type, RWTGuardAndPriorityDecorator< Type > > [inline]
RWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > >::read(RWTGuardAndPriorityDecorator< Type > &result, unsigned long milliseconds)RWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > >
release()RWTMonitor< RWMutexLock > [protected]
RWTMonitor()RWTMonitor< RWMutexLock > [protected]
RWTMonitor(RWStaticCtor)RWTMonitor< RWMutexLock > [protected]
RWTMonitor(const RWTMonitor< RWMutexLock > &second)RWTMonitor< RWMutexLock > [protected]
RWTPCValQueueGuardedPrioritized(size_t maxCapacity=0, bool isOpen=true)RWTPCValQueueGuardedPrioritized< Type > [inline]
setCapacity(size_t maxCapacity)RWPCBufferBase [protected]
setCloseCallback(const RWFunctor0 &onCloseCallback)RWPCBufferBase [protected]
setEmptyCallback(const RWFunctor0 &onEmptyCallback)RWPCBufferBase [protected]
setFullCallback(const RWFunctor0 &onFullCallback)RWPCBufferBase [protected]
setOpenCallback(const RWFunctor0 &onOpenCallback)RWPCBufferBase [protected]
tryAcquire()RWTMonitor< RWMutexLock > [protected]
TryLockGuard typedefRWTMonitor< RWMutexLock > [protected]
tryPeek(Type &value)RWTPCValBufferBaseGuarded< Type, RWTGuardAndPriorityDecorator< Type > > [inline]
RWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > >::tryPeek(RWTGuardAndPriorityDecorator< Type > &result)RWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > >
tryRead(Type &value)RWTPCValBufferBaseGuarded< Type, RWTGuardAndPriorityDecorator< Type > > [inline]
RWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > >::tryRead(RWTGuardAndPriorityDecorator< Type > &result)RWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > >
tryWrite(const Type &value)RWTPCValBufferBaseGuardedPrioritized< Type, RWTGuardAndPriorityDecorator< Type > > [inline]
tryWrite(const Type &value, const RWTFunctorR0< bool > &guard)RWTPCValBufferBaseGuardedPrioritized< Type, RWTGuardAndPriorityDecorator< Type > > [inline]
tryWrite(long priority, const Type &value)RWTPCValBufferBaseGuardedPrioritized< Type, RWTGuardAndPriorityDecorator< Type > > [inline]
tryWrite(long priority, const Type &value, const RWTFunctorR0< bool > &guard)RWTPCValBufferBaseGuardedPrioritized< Type, RWTGuardAndPriorityDecorator< Type > >
RWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > >::tryWrite(const RWTGuardAndPriorityDecorator< Type > &value)RWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > >
UnlockGuard typedefRWTMonitor< RWMutexLock > [protected]
write(const Type &value)RWTPCValBufferBaseGuardedPrioritized< Type, RWTGuardAndPriorityDecorator< Type > > [inline]
write(const Type &value, unsigned long milliseconds)RWTPCValBufferBaseGuardedPrioritized< Type, RWTGuardAndPriorityDecorator< Type > > [inline]
write(const Type &value, const RWTFunctorR0< bool > &guard)RWTPCValBufferBaseGuardedPrioritized< Type, RWTGuardAndPriorityDecorator< Type > > [inline]
write(const Type &value, const RWTFunctorR0< bool > &guard, unsigned long milliseconds)RWTPCValBufferBaseGuardedPrioritized< Type, RWTGuardAndPriorityDecorator< Type > > [inline]
write(long priority, const Type &value)RWTPCValBufferBaseGuardedPrioritized< Type, RWTGuardAndPriorityDecorator< Type > > [inline]
write(long priority, const Type &value, unsigned long milliseconds)RWTPCValBufferBaseGuardedPrioritized< Type, RWTGuardAndPriorityDecorator< Type > > [inline]
write(long priority, const Type &value, const RWTFunctorR0< bool > &guard)RWTPCValBufferBaseGuardedPrioritized< Type, RWTGuardAndPriorityDecorator< Type > >
write(long priority, const Type &value, const RWTFunctorR0< bool > &guard, unsigned long milliseconds)RWTPCValBufferBaseGuardedPrioritized< Type, RWTGuardAndPriorityDecorator< Type > >
RWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > >::write(const RWTGuardAndPriorityDecorator< Type > &value)RWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > >
RWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > >::write(const RWTGuardAndPriorityDecorator< Type > &value, unsigned long milliseconds)RWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > >
~RWPCBufferBase(void)RWPCBufferBase [protected, virtual]
~RWTMonitor()RWTMonitor< RWMutexLock > [protected]
~RWTPCValBufferBase(void)RWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > > [protected, virtual]
~RWTPCValBufferBaseDecorated(void)RWTPCValBufferBaseDecorated< Type, RWTGuardAndPriorityDecorator< Type > > [virtual]
~RWTPCValBufferBaseGuarded(void)RWTPCValBufferBaseGuarded< Type, RWTGuardAndPriorityDecorator< Type > > [virtual]
~RWTPCValBufferBaseGuardedPrioritized(void)RWTPCValBufferBaseGuardedPrioritized< Type, RWTGuardAndPriorityDecorator< Type > > [virtual]
~RWTPCValBufferBasePrioritized(void)RWTPCValBufferBasePrioritized< Type, RWTGuardAndPriorityDecorator< Type > > [virtual]
~RWTPCValQueueGuardedPrioritized(void)RWTPCValQueueGuardedPrioritized< Type > [inline]
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.