Transactional implementation of IQueue. More...
#include <RawPointerTransactionalQueue.h>
Public Member Functions | |
| RawPointerTransactionalQueue (TransactionalQueue< T > &q) | |
| bool | offer (const T &e) |
| Transactional implementation of IQueue::offer(const T &e) More... | |
| bool | offer (const T &e, long timeoutInMillis) |
| Transactional implementation of IQueue::offer(const T &e, long timeoutInMillis) More... | |
| std::auto_ptr< T > | poll () |
| Transactional implementation of IQueue::poll() More... | |
| std::auto_ptr< T > | poll (long timeoutInMillis) |
| Transactional implementation of IQueue::poll(long timeoutInMillis) More... | |
| int | size () |
| Transactional implementation of IQueue::size() More... | |
Transactional implementation of IQueue.
| <T> | element type |
|
inline |
Transactional implementation of IQueue::offer(const T &e)
|
inline |
Transactional implementation of IQueue::offer(const T &e, long timeoutInMillis)
|
inline |
Transactional implementation of IQueue::poll()
|
inline |
Transactional implementation of IQueue::poll(long timeoutInMillis)
|
inline |
Transactional implementation of IQueue::size()
1.8.6