Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Threads Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWTPCPtrStack<Type>

Module:  Threads   Package:  Interthread Communication


RWTPCPtrStack<Type> RWTPCPtrBufferBase<Type>

Local Index

Members

Header File

#include <rw/itc/RWTPCPtrStack.h> 

Description

RWTPCPtrStack<Type> is a last-in-first-out (LIFO) stack that provides producer-consumer synchronization semantics for exchanging pointer values between cooperating threads.

In the producer-consumer synchronization model, reader threads (consumers) are blocked while the stack is empty, and writer threads (producers) are blocked while the stack is full. A buffer is considered full when the number of unread entries equals or exceeds some user-specified maximum capacity.

Example

See RWTPCValQueue<Type> for a producer-consumer example.

Public Constructor

RWTPCPtrStack(size_t maxCapacity=0, bool isOpen=true);

Public Destructor

~RWTPCPtrStack();

See Also

RWTPCPtrBufferBase<Type>, RWTPCPtrQueue<Type>, RWTPCValStack<Type>



Previous fileTop of DocumentContentsIndex pageNext file

© 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.