|
KISSCPP
a C++ library for rapid application development
|
#include <threadsafe_persisted_queue.hpp>


Public Member Functions | |
| ThreadsafePersistedQueue (const std::string &queueName, const std::string &queueWorkingDir, const unsigned maxItemsPerPage) | |
| ~ThreadsafePersistedQueue () | |
| void | push (boost::shared_ptr< _qoT > p) |
| boost::shared_ptr< _qoT > | pop () |
| bool | empty () |
| size_t | size () |
Public Member Functions inherited from kisscpp::StatAbleQueue | |
| StatAbleQueue () | |
| ~StatAbleQueue () | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements kisscpp::StatAbleQueue.
1.8.6